* gas/all/gas.exp (quad): Don't run on i960.
authorAlan Modra <amodra@gmail.com>
Wed, 16 Feb 2005 05:04:33 +0000 (05:04 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 16 Feb 2005 05:04:33 +0000 (05:04 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/all/gas.exp

index 777b19525176cdb47f4761c4df9ac2371ec5fcb4..d93c49d2f8d3748f2f574d04deb33dee6af6cfe3 100644 (file)
@@ -1,5 +1,9 @@
+2005-02-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * gas/all/gas.exp (quad): Don't run on i960.
+
 2005-02-15  Nigel Stephens  <nigel@mips.com>
-            Maciej W. Rozycki  <macro@mips.com>
+           Maciej W. Rozycki  <macro@mips.com>
 
        * 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  <jbeulich@novell.com>
 
-       * 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.
 
 
 2005-01-09  Andreas Schwab  <schwab@suse.de>
 
-       * 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.
 
 2004-12-21  Tomer Levi  <Tomer.Levi@nsc.com>
 
-       * 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  <hp@axis.com>
 
        * 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.
 
        * 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  <hp@axis.com>
 
        * gas/all/gas.exp: Run dg-runtest for all err-*.s and warn-*.s.
index 6f196fa7929ffd1a0db1d3a790062c139a159ecc..9422731eb84857c5e2100c7fe743c514a7b1463e 100644 (file)
@@ -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
This page took 0.030036 seconds and 4 git commands to generate.