* binutils-all/objcopy.exp: Allow '? main', to suit powerpc64.
authorAlan Modra <amodra@gmail.com>
Thu, 15 Nov 2001 12:51:42 +0000 (12:51 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 15 Nov 2001 12:51:42 +0000 (12:51 +0000)
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/objcopy.exp

index e3f99a8..e6f0d94 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * binutils-all/objcopy.exp: Allow '? main', to suit powerpc64.
+
 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
 
        * binutils-all/readelf.exp: powerpc-*-eabi* is an ELF target.
index 972013d..7c16a51 100644 (file)
@@ -383,7 +383,7 @@ proc strip_test_with_saving_a_symbol { } {
     }
 
     set exec_output [binutils_run $NM "$NMFLAGS $objfile"]
-    if {![regexp {^([0-9a-fA-F]+)?[ ]+T main} $exec_output] \
+    if {![regexp {^([0-9a-fA-F]+)?[ ]+[T\?] main} $exec_output] \
          && ![regexp {^([0-9a-fA-F]+)?[ ]+T _main} $exec_output]} {
        fail $test
        return