Revert last change.

This commit is contained in:
Alan Modra
2002-08-26 23:15:48 +00:00
parent 55970da69c
commit 68a4c07345
6 changed files with 27 additions and 9 deletions

View File

@@ -1,3 +1,7 @@
2002-08-27 Alan Modra <amodra@bigpond.net.au>
* binutils-all/objcopy.exp: Revert last change.
2002-08-26 Alan Modra <amodra@bigpond.net.au>
* binutils-all/objcopy.exp (strip_test): Adjust for "no symbols" on

View File

@@ -371,7 +371,7 @@ proc strip_test { } {
}
set exec_output [binutils_run $NM "-a $NMFLAGS $objfile"]
if ![string match "" $exec_output] {
if ![string match "*: no symbols*" $exec_output] {
fail $test
return
}
@@ -558,7 +558,7 @@ proc strip_executable { prog flags test } {
}
set exec_output [binutils_run $NM "$NMFLAGS ${copyfile}"]
if ![string match "" $exec_output] {
if ![string match "*: no symbols*" $exec_output] {
fail $test
return
}