diff options
author | Alan Modra <amodra@gmail.com> | 2005-08-18 03:51:51 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-08-18 03:51:51 +0000 |
commit | c17ae8a24ed279ed7e58af6fe08ead6e0600a74a (patch) | |
tree | 220fffa12f57b6549e7540f80cde55391f3bdbb5 /binutils | |
parent | 909272ee76c4915692763a3dde6b4b1dc21fc166 (diff) | |
download | gdb-c17ae8a24ed279ed7e58af6fe08ead6e0600a74a.zip gdb-c17ae8a24ed279ed7e58af6fe08ead6e0600a74a.tar.gz gdb-c17ae8a24ed279ed7e58af6fe08ead6e0600a74a.tar.bz2 |
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 e370dac..d42de3c 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 14330b5..cb9850a 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 858020d..1774c85 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 |