From 470c710ef03d4c05314c605b26f47fb5a61beb34 Mon Sep 17 00:00:00 2001 From: Dave Korn Date: Thu, 18 Jun 2009 02:47:51 +0000 Subject: * ld-pe/pe-run.exp (proc test_direct_link_dll): Always pass --enable-auto-import to the linker. * ld-pe/vers-script-1.d: Replace '\$' by '_' in all symbol names. * ld-pe/vers-script-3.d: Likewise. * ld-pe/vers-script-4.d: Likewise. * ld-pe/vers-script-dll.c: Likewise. * lib/ld-lib.exp (proc is_pecoff_format): Also return true for "*-*-cegcc*" targets. --- ld/testsuite/lib/ld-lib.exp | 1 + 1 file changed, 1 insertion(+) (limited to 'ld/testsuite/lib/ld-lib.exp') diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index e11753d..a0b7e5e 100644 --- a/ld/testsuite/lib/ld-lib.exp +++ b/ld/testsuite/lib/ld-lib.exp @@ -447,6 +447,7 @@ proc is_aout_format {} { proc is_pecoff_format {} { if { ![istarget *-*-mingw*] \ && ![istarget *-*-cygwin*] \ + && ![istarget *-*-cegcc*] \ && ![istarget *-*-pe*] } { return 0 } -- cgit v1.1