* gas/all/gas.exp: Update "forward" and "redef3" xfails.
authorAlan Modra <amodra@gmail.com>
Thu, 23 Sep 2010 12:15:55 +0000 (12:15 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 23 Sep 2010 12:15:55 +0000 (12:15 +0000)
* gas/m68k/all.exp: Don't xfail pcrel on uclinux.
* gas/sh/arch/arch.exp: Don't pass dashes to send_log.

gas/testsuite/ChangeLog
gas/testsuite/gas/all/gas.exp
gas/testsuite/gas/m68k/all.exp
gas/testsuite/gas/sh/arch/arch.exp

index 0f4399a..8ee3ca7 100644 (file)
@@ -1,3 +1,9 @@
+2010-09-23  Alan Modra  <amodra@gmail.com>
+
+       * gas/all/gas.exp: Update "forward" and "redef3" xfails.
+       * gas/m68k/all.exp: Don't xfail pcrel on uclinux.
+       * gas/sh/arch/arch.exp: Don't pass dashes to send_log.
+
 2010-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
 
        * gas/mips/jal.d: Remove duplicate pattern.
index fc1517c..0651bb2 100644 (file)
@@ -79,7 +79,7 @@ case $target_triplet in {
     { mn10\[23\]00*-*-* } { }
     default {
        # Some targets don't manage to resolve BFD_RELOC_8 for constants.
-       setup_xfail "alpha*-*-*" "avr-*-*" "*c30*-*-*" "*c4x*-*-*" \
+       setup_xfail "alpha*-*-*" "*c30*-*-*" "*c4x*-*-*" \
            "d\[13\]0v*-*-*" "i860-*-*" "mips*-*-*" "msp430-*-*" \
            "pdp11-*-*" "sparc*-*-*" "xtensa*-*-*"
        run_dump_test forward
@@ -114,10 +114,12 @@ case $target_triplet in {
            "*arm*-*-pe" "m68hc*-*-*" \
            "rx-*-*" "vax*-*-*" "z8k-*-*"
        run_dump_test redef2
-       setup_xfail "*-*-aix*" "*-*-coff" "*-*-cygwin" "*-*-mingw*" "*-*-pe*" \
-           "bfin-*-*" "hppa*-*-hpux*" \
-           "m68hc*-*-*" "or32-*-*" \
-           "rx-*-*" "vax*-*-*" "z8k-*-*"
+       setup_xfail "*-*-aix*" "bfin-*-*" "hppa*-*-hpux*" \
+           "i\[3-7\]86-*-*coff" "i\[3-7\]86-*-*pe" "i\[3-7\]86-*-go32*" \
+           "i\[3-7\]86-*-cygwin*" "i\[3-7\]86-*-mingw*" \
+           "x86_64-*-*coff" "x86_64-*-*pe" \
+           "x86_64-*-cygwin*" "x86_64-*-mingw*" \
+           "m68hc*-*-*" "or32-*-*" "rx-*-*" "vax*-*-*" "z8k-*-*"
        run_dump_test redef3
        gas_test_error "redef4.s" "" ".set for symbol already used as label"
        gas_test_error "redef5.s" "" ".set for symbol already defined through .comm"
index 53fa62c..443fdb6 100644 (file)
@@ -27,7 +27,7 @@ if { [istarget m68*-*-*] || [istarget fido*-*-*] } then {
 
     # Reloc types etc. need changing for aout and coff to pass.
     setup_xfail "*-*"
-    clear_xfail "*-*-*elf*" "*-*-sysv4*" "*-*-rtems" "*-*-*gnu*" "*-*-psos*"
+    clear_xfail "*-*-*elf*" "*-*-sysv4*" "*-*-rtems*" "*-*-*linux*" "*-*-*gnu*" "*-*-psos*"
     run_dump_test pcrel
 
     # Since fido is basically CPU32, it does not support those
index 0139be6..9ae992a 100644 (file)
@@ -224,7 +224,7 @@ set insncount 0
 # Pull the architecture inheritance macros out of sh-opc.h
 # Pull all the insns out of the sh-opc.h file.
 send_log "Reading sh-opc.h\n"
-send_log "--------------------------------------------------------\n"
+send_log "========================================================\n"
 spawn -noecho cat "$srcdir/../../opcodes/sh-opc.h"   ;# -open doesn't seem to be reliable
 expect {
     -re {#define\s+arch_([^ ]*)_up\s*\(([^)]*)\)} {