From ddc07134b8f8ec67aed5de490e6bd9aadf1e5641 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 16 Feb 2005 05:04:33 +0000 Subject: [PATCH 1/1] * gas/all/gas.exp (quad): Don't run on i960. --- gas/testsuite/ChangeLog | 25 +++++++++++++++---------- gas/testsuite/gas/all/gas.exp | 6 +++++- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 777b195251..d93c49d2f8 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,9 @@ +2005-02-16 Alan Modra + + * gas/all/gas.exp (quad): Don't run on i960. + 2005-02-15 Nigel Stephens - Maciej W. Rozycki + Maciej W. Rozycki * gas/mips/mips16-hilo.d: New test for the R_MIPS16_HI16 and R_MIPS16_LO16 relocs. @@ -14,7 +18,8 @@ 2005-02-15 Jan Beulich - * gas/ia64/dv-raw-err.l: Expect specific resource for RAW violation on b0. + * gas/ia64/dv-raw-err.l: Expect specific resource for RAW + violation on b0. * gas/ia64/regval.[ls]: New. * gas/ia64/ia64.exp: Run new test. @@ -196,7 +201,7 @@ 2005-01-09 Andreas Schwab - * gas/i386/intel16.d: Ignore trailing text with #pass. + * gas/i386/intel16.d: Ignore trailing text with #pass. * gas/i386/intelok.d: Likewise. * gas/i386/prefix.d: Likewise. * gas/i386/sub.d: Likewise. @@ -214,12 +219,12 @@ 2004-12-21 Tomer Levi - * gas/crx/beq_insn.d: Update reference file according to + * gas/crx/beq_insn.d: Update reference file according to disassembler printing method. - * gas/crx/bit_insn.d: Likewise. - * gas/crx/br_insn.d: Likewise. - * gas/crx/cmpbr_insn.d: Likewise. - * gas/crx/cop_insn.d: Likewise. + * gas/crx/bit_insn.d: Likewise. + * gas/crx/br_insn.d: Likewise. + * gas/crx/cmpbr_insn.d: Likewise. + * gas/crx/cop_insn.d: Likewise. * gas/crx/load_stor_insn.d: Likewise. 2004-12-21 Hans-Peter Nilsson @@ -356,7 +361,7 @@ * gas/iq2000/allinsn.exp: Remove IQ10 tests. * gas/iq2000/q10allinsn.d: Delete. - * gas/iq2000/q10allinsn.s: Delete. + * gas/iq2000/q10allinsn.s: Delete. * gas/iq2000/q10hazard4.s: Delete. * gas/iq2000/q10hazard5.s: Delete. * gas/iq2000/q10load-hazards.exp: Delete. @@ -407,7 +412,7 @@ * gas/arc/ld.s: Add check of load of a long immediate. * gas/arc/ld.d: Add expected disassembly. - + 2004-11-22 Hans-Peter Nilsson * gas/all/gas.exp: Run dg-runtest for all err-*.s and warn-*.s. diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp index 6f196fa792..9422731eb8 100644 --- a/gas/testsuite/gas/all/gas.exp +++ b/gas/testsuite/gas/all/gas.exp @@ -196,7 +196,11 @@ if { [istarget "i*86-*-*pe*"] \ } run_dump_test sleb128 -run_dump_test quad + +# .quad is 16 bytes on i960. +if { ![istarget "i960-*-*"] } { + run_dump_test quad +} load_lib gas-dg.exp dg-init -- 2.34.1