diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-08-16 20:54:40 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-08-16 20:54:40 +0000 |
commit | df0d80dbedf5aa9e5543a1c7e3ca071779216f5b (patch) | |
tree | 3d92e61cfea2a85863d30ae9c42fa949929ea073 /binutils/testsuite | |
parent | 7863267c43203f98010629b12241ef4763c93a9d (diff) | |
download | gdb-df0d80dbedf5aa9e5543a1c7e3ca071779216f5b.zip gdb-df0d80dbedf5aa9e5543a1c7e3ca071779216f5b.tar.gz gdb-df0d80dbedf5aa9e5543a1c7e3ca071779216f5b.tar.bz2 |
* binutils-all/objcopy.exp: Change i*86-*-linux xfail for simple
copy test to check for i*86-*-linuxaout* instead.
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 392930c..193d0c4 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 16 16:52:53 1995 Ian Lance Taylor <ian@cygnus.com> + + * binutils-all/objcopy.exp: Change i*86-*-linux xfail for simple + copy test to check for i*86-*-linuxaout* instead. + Tue Aug 8 17:48:37 1995 Ian Lance Taylor <ian@cygnus.com> * binutils-all/objcopy.exp: Add setup_xfail for a29k-*-vxworks* diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index 2f71fd4..e1cfba6 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -51,7 +51,7 @@ if ![string match "" $got] then { setup_xfail "arm-*-pe" setup_xfail "m68*-*-hpux*" "m68*-*-sunos*" "m68*-*-coff" "m68*-*-vxworks*" setup_xfail "m68*-ericsson-ose" - setup_xfail "i*86-*-linux" + setup_xfail "i*86-*-linuxaout*" setup_xfail "a29k-*-udi" "a29k-*-coff" "a29k-*-vxworks*" setup_xfail "i960-*-vxworks*" "i960-*-coff" setup_xfail "h8300-*-hms" "h8300-*-coff" |