* lib/utils-lib.exp (prune_system_crud): Define if not defined.
authorIan Lance Taylor <ian@airs.com>
Wed, 13 Sep 1995 17:21:28 +0000 (17:21 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 13 Sep 1995 17:21:28 +0000 (17:21 +0000)
* binutils-all/objcopy.exp: Call prune_system_crud on cmp output.

binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/objcopy.exp

index a73856a4d98a5d2121c1a4571b8f53c7fc8f8a1c..42e2a7eae115024b4138628b28039cb450d3fc8b 100644 (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
index e1cfba6032d24587070c82c23f7d9a30013e1d3e..a69063879f9564c60072821cf8c313be2a5d0017 100644 (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"