]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* binutils-all/objdump.exp (cpus_expected): Add fr500, ip2022,
authorAlan Modra <amodra@gmail.com>
Thu, 15 Aug 2002 23:41:18 +0000 (23:41 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 15 Aug 2002 23:41:18 +0000 (23:41 +0000)
tic80, tms320c30.
* binutils-all/objcopy.exp (simple copy): Revise xfails.

binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/objcopy.exp
binutils/testsuite/binutils-all/objdump.exp

index 92984988a9cafdb9daf1c84196fa4d7515034700..eb83951cb04bf3edb8db6421ec4d8fbb3d8f9272 100644 (file)
@@ -1,3 +1,9 @@
+2002-08-13  Alan Modra  <amodra@bigpond.net.au>
+
+       * binutils-all/objdump.exp (cpus_expected): Add fr500, ip2022,
+       tic80, tms320c30.
+       * binutils-all/objcopy.exp (simple copy): Revise xfails.
+
 2002-05-29  Alan Modra  <amodra@bigpond.net.au>
 
        * binutils-all/objcopy.exp (strip_test_with_saving_a_symbol):
index f78492d1a4f0c4b4770727703f4227d9046f5054..e36f14edb0fa4a4326f9d45a469dad3ed2ffcd7d 100644 (file)
@@ -70,20 +70,20 @@ if ![string match "" $got] then {
     # in the first place, and may order things a little differently.
     # Those systems should use setup_xfail here.
 
-    setup_xfail "sh-*-coff" "sh-*-hms" 
-    setup_xfail "m68*-*-hpux*" "m68*-*-sunos*" "m68*-*-coff" "m68*-*-vxworks*"
-    setup_xfail "m68*-ericsson-ose" "m68k*-motorola-sysv*"
-    setup_xfail "i*86-*-aout*"
-    setup_xfail "i*86-*-sysv3" "i*86-*-isc*" "i*86-*-sco*" "i*86-*-coff"
-    setup_xfail "i*86-*-aix*" "i*86-*-go32*" "i*86-*-msdos*"
-    setup_xfail "a29k-*-udi" "a29k-*-coff" "a29k-*-vxworks*"
-    setup_xfail "i960-*-coff"
-    setup_xfail "h8300-*-hms" "h8300-*-coff"
-    setup_xfail "h8500-*-hms" "h8500-*-coff"
+    setup_xfail "a29k-*"
+    setup_xfail "h8300-*-rtems*" "h8300-*-coff"
+    setup_xfail "h8500-*-rtems*" "h8500-*-coff"
     setup_xfail "hppa*-*-*"
-    clear_xfail "hppa*64*-*-hpux*" "hppa*-*-*elf*" "hppa*-*-linux*"
-    setup_xfail "m88*-*-coff" "m88*-motorola-sysv*"
-    setup_xfail "z8*-*-coff"
+    setup_xfail "i960-*"
+    setup_xfail "m68*-*-*coff" "m68*-*-hpux*" "m68*-*-lynxos*"
+    setup_xfail "m68*-*-sysv*" "m68*-apple-aux*"
+    setup_xfail "m8*-*"
+    setup_xfail "or32-*-rtems*" "or32-*-coff"
+    setup_xfail "sh-*-coff*" "sh-*-rtems*" 
+    setup_xfail "tic80-*-*" "w65-*" "z8*-*"
+
+    clear_xfail "hppa*64*-*-hpux*" "hppa*-*-linux*" "hppa*-*-lites*"
+    clear_xfail "hppa*-*-*n*bsd*" "hppa*-*-rtems*" "*-*-*elf*" "m68*-*-sysv4*"
 
     if [string match "" $exec_output] then {
        pass "objcopy (simple copy)"
index da598dfd401545f9597f23156560c303815681e4..09c557ff1dfd9af8d6cf6bc39c2ff903d1d05455 100644 (file)
@@ -36,10 +36,11 @@ set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -i"]
 
 set cpus_expected [list]
 lappend cpus_expected a29k alliant alpha arc arm convex 
-lappend cpus_expected d10v d30v fr30 h8 hppa i386 i860 i960
+lappend cpus_expected d10v d30v fr30 fr500 h8 hppa i386 i860 i960 ip2022
 lappend cpus_expected m32r m68hc11 m68hc12 m68k m88k MCore
 lappend cpus_expected mips mn10200 mn10300 ns32k pj powerpc pyramid
-lappend cpus_expected romp rs6000 s390 sh sparc tahoe tic54x tms320c54x v850
+lappend cpus_expected romp rs6000 s390 sh sparc
+lappend cpus_expected tahoe tic54x tic80 tms320c30 tms320c54x v850
 lappend cpus_expected vax we32k x86-64 xscale z8k z8001 z8002
 
 # Make sure the target CPU shows up in the list.