* binutils-all/objcopy.exp: Accept main as a data symbol as well.
This commit is contained in:
parent
0a159ef8da
commit
adacfc8184
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-03-30 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* binutils-all/objcopy.exp: Accept main as a data symbol as well.
|
||||||
|
|
||||||
2004-02-27 Andreas Schwab <schwab@suse.de>
|
2004-02-27 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* binutils-all/ar.exp (argument_parsing): New test.
|
* binutils-all/ar.exp (argument_parsing): New test.
|
||||||
|
|
|
@ -613,8 +613,8 @@ proc strip_executable_with_saving_a_symbol { prog flags test } {
|
||||||
regsub "^\[0-9a-fA-F\]+\[ \]+T Main\[\n\r\]+" $exec_output "" exec_output
|
regsub "^\[0-9a-fA-F\]+\[ \]+T Main\[\n\r\]+" $exec_output "" exec_output
|
||||||
}
|
}
|
||||||
|
|
||||||
if {![regexp {^[0-9a-fA-F]+ T main} $exec_output] \
|
if {![regexp {^([0-9a-fA-F]+)?[ ]+[TD] main} $exec_output] \
|
||||||
&& ![regexp {^[0-9a-fA-F]+ T _main} $exec_output]} {
|
&& ![regexp {^([0-9a-fA-F]+)?[ ]+[TD] _main} $exec_output]} {
|
||||||
fail $test
|
fail $test
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue