diff options
author | Alan Modra <amodra@bigpond.net.au> | 2005-08-18 03:51:51 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2005-08-18 03:51:51 +0000 |
commit | db44caee57dd479fe02df0823d8e16247deb0afe (patch) | |
tree | c70b9423d0d84bffbbb3d889ce72a564760fa101 /binutils | |
parent | c74e2f82fa2512e160cf5ec38778da393cc6a6d4 (diff) | |
download | binutils-redhat-db44caee57dd479fe02df0823d8e16247deb0afe.tar.gz |
Remove a29k support.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 1 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/objdump.exp | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index e370dac00c..d42de3c27b 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-08-18 Alan Modra <amodra@bigpond.net.au> + + * binutils-all/objcopy.exp: Remove a29k support. + * binutils-all/objdump.exp: Likewise, alliant and convex too. + 2005-05-07 Nick Clifton <nickc@redhat.com> * Update the address and phone number of the FSF organization in diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index 14330b5c68..cb9850a8a9 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -71,7 +71,6 @@ 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 "a29k-*" setup_xfail "h8300-*-rtems*" "h8300-*-coff" setup_xfail "h8500-*-rtems*" "h8500-*-coff" setup_xfail "hppa*-*-*" diff --git a/binutils/testsuite/binutils-all/objdump.exp b/binutils/testsuite/binutils-all/objdump.exp index 858020d4bd..1774c854e1 100644 --- a/binutils/testsuite/binutils-all/objdump.exp +++ b/binutils/testsuite/binutils-all/objdump.exp @@ -36,7 +36,7 @@ send_user "Version [binutil_version $OBJDUMP]" set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -i"] set cpus_expected [list] -lappend cpus_expected a29k alliant alpha arc arm convex cris +lappend cpus_expected alpha arc arm cris lappend cpus_expected d10v d30v fr30 fr500 fr550 h8 hppa i386 i860 i960 ip2022 lappend cpus_expected m32r m68hc11 m68hc12 m68k m88k MCore lappend cpus_expected mips mn10200 mn10300 msp ns32k pj powerpc pyramid |