mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
* ld-pe/pe-run.exp (proc test_direct_link_dll): Fix incorrect
line-wrapping.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2009-06-22 Dave Korn <dave.korn.cygwin@gmail.com>
|
||||||
|
|
||||||
|
* ld-pe/pe-run.exp (proc test_direct_link_dll): Fix incorrect
|
||||||
|
line-wrapping.
|
||||||
|
|
||||||
2009-06-19 H.J. Lu <hongjiu.lu@intel.com>
|
2009-06-19 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* ld-i386/i386.exp: Run tlsgd2.
|
* ld-i386/i386.exp: Run tlsgd2.
|
||||||
|
@ -83,7 +83,7 @@ proc test_direct_link_dll {} {
|
|||||||
} else {
|
} else {
|
||||||
# Check linking directly to direct_dll.dll.
|
# Check linking directly to direct_dll.dll.
|
||||||
set msg "linking client (.dll)"
|
set msg "linking client (.dll)"
|
||||||
if [ld_simple_link "$CC -Wl,--enable-auto-import" $tmpdir/direct_client_dll.exe
|
if [ld_simple_link "$CC -Wl,--enable-auto-import" $tmpdir/direct_client_dll.exe \
|
||||||
"$tmpdir/direct_client.o $tmpdir/direct_dll.dll" ] {
|
"$tmpdir/direct_client.o $tmpdir/direct_dll.dll" ] {
|
||||||
pass $msg
|
pass $msg
|
||||||
} else {
|
} else {
|
||||||
@ -92,7 +92,7 @@ proc test_direct_link_dll {} {
|
|||||||
|
|
||||||
# Check linking directly to direct_dll.sl.
|
# Check linking directly to direct_dll.sl.
|
||||||
set msg "linking client (.sl)"
|
set msg "linking client (.sl)"
|
||||||
if [ld_simple_link "$CC -Wl,--enable-auto-import" $tmpdir/direct_client_sl.exe
|
if [ld_simple_link "$CC -Wl,--enable-auto-import" $tmpdir/direct_client_sl.exe \
|
||||||
"$tmpdir/direct_client.o $tmpdir/direct_dll.sl" ] {
|
"$tmpdir/direct_client.o $tmpdir/direct_dll.sl" ] {
|
||||||
pass $msg
|
pass $msg
|
||||||
} else {
|
} else {
|
||||||
@ -103,7 +103,7 @@ proc test_direct_link_dll {} {
|
|||||||
# Create symbolic link.
|
# Create symbolic link.
|
||||||
catch "exec ln -fs direct_dll.dll $tmpdir/libdirect_dll.dll.a" ln_catch
|
catch "exec ln -fs direct_dll.dll $tmpdir/libdirect_dll.dll.a" ln_catch
|
||||||
set msg "linking client (symlink -> .dll)"
|
set msg "linking client (symlink -> .dll)"
|
||||||
if [ld_simple_link "$CC -Wl,--enable-auto-import" $tmpdir/direct_client_symlink_dll.exe
|
if [ld_simple_link "$CC -Wl,--enable-auto-import" $tmpdir/direct_client_symlink_dll.exe \
|
||||||
"$tmpdir/direct_client.o $tmpdir/libdirect_dll.dll.a" ] {
|
"$tmpdir/direct_client.o $tmpdir/libdirect_dll.dll.a" ] {
|
||||||
pass $msg
|
pass $msg
|
||||||
} else {
|
} else {
|
||||||
@ -114,7 +114,7 @@ proc test_direct_link_dll {} {
|
|||||||
# Create symbolic link.
|
# Create symbolic link.
|
||||||
catch "exec ln -fs direct_dll.sl $tmpdir/libdirect_sl.dll.a" ln_catch
|
catch "exec ln -fs direct_dll.sl $tmpdir/libdirect_sl.dll.a" ln_catch
|
||||||
set msg "linking client (symlink -> .sl)"
|
set msg "linking client (symlink -> .sl)"
|
||||||
if [ld_simple_link "$CC -Wl,--enable-auto-import" $tmpdir/direct_client_symlink_sl.exe
|
if [ld_simple_link "$CC -Wl,--enable-auto-import" $tmpdir/direct_client_symlink_sl.exe \
|
||||||
"$tmpdir/direct_client.o $tmpdir/libdirect_sl.dll.a" ] {
|
"$tmpdir/direct_client.o $tmpdir/libdirect_sl.dll.a" ] {
|
||||||
pass $msg
|
pass $msg
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user