* lib/utils-lib.exp (prune_system_crud): Define if not defined.

* binutils-all/objcopy.exp: Call prune_system_crud on cmp output.
This commit is contained in:
Ian Lance Taylor 1995-09-13 17:21:28 +00:00
parent f00f5ecd1d
commit faa53df9ca
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,13 @@
Wed Sep 13 13:20:21 1995 Ian Lance Taylor <ian@cygnus.com>
* lib/utils-lib.exp (prune_system_crud): Define if not defined.
* binutils-all/objcopy.exp: Call prune_system_crud on cmp output.
Sat Aug 19 17:38:06 1995 Ian Lance Taylor <ian@cygnus.com>
* binutils-all/objcopy.exp: Add xfail for i*86-*-aout* for simple
copy test.
Wed Aug 16 16:52:53 1995 Ian Lance Taylor <ian@cygnus.com>
* binutils-all/nm.exp: Add setup_xfail for mips*-sony-bsd* for

View File

@ -41,6 +41,7 @@ if ![string match "" $got] then {
send_log "cmp tmpdir/bintest.o tmpdir/copy.o\n"
verbose "cmp tmpdir/bintest.o tmpdir/copy.o"
catch "exec cmp tmpdir/bintest.o tmpdir/copy.o" exec_output
set exec_output [prune_system_crud $host_triplet $exec_output]
# On some systems the result of objcopy will not be identical.
# Usually this is just because gas isn't using bfd to write the files
@ -51,7 +52,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-*-linuxaout*"
setup_xfail "i*86-*-linuxaout*" "i*86-*-aout*"
setup_xfail "a29k-*-udi" "a29k-*-coff" "a29k-*-vxworks*"
setup_xfail "i960-*-vxworks*" "i960-*-coff"
setup_xfail "h8300-*-hms" "h8300-*-coff"