mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
2003-10-23 H.J. Lu <hongjiu.lu@intel.com>
* ld-elfvers/vers.exp (test_ldfail): Add "-Wl," to pass the linker option from gcc.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-10-23 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* ld-elfvers/vers.exp (test_ldfail): Add "-Wl," to pass the
|
||||||
|
linker option from gcc.
|
||||||
|
|
||||||
2003-10-23 Alan Modra <amodra@bigpond.net.au>
|
2003-10-23 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* ld-powerpc/tlsexetoc.d: Correct.
|
* ld-powerpc/tlsexetoc.d: Correct.
|
||||||
|
@ -613,7 +613,7 @@ proc test_ldfail { test flag source execname other mapfile whyfail } {
|
|||||||
if [string match "" $mapfile] then {
|
if [string match "" $mapfile] then {
|
||||||
set script_arg ""
|
set script_arg ""
|
||||||
} else {
|
} else {
|
||||||
set script_arg "$script $srcdir/$subdir/$mapfile"
|
set script_arg "-Wl,$script $srcdir/$subdir/$mapfile"
|
||||||
}
|
}
|
||||||
|
|
||||||
if {![ld_simple_link $CC $tmpdir/$execname "$tmpdir/$execname.o $other_lib $script_arg"]} {
|
if {![ld_simple_link $CC $tmpdir/$execname "$tmpdir/$execname.o $other_lib $script_arg"]} {
|
||||||
|
Reference in New Issue
Block a user