mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-21 18:11:31 +00:00
* 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:
parent
f00f5ecd1d
commit
faa53df9ca
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user