From 0be14fe08cd1e2f49719e47325574cd3de49ff38 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 2 Oct 2006 16:53:04 +0000 Subject: [PATCH] * ld-fastcall/fastcall.exp: Add x86_64-pc-mingw64 as valid target. * ld-pe/pe.exp: Likewise. * lib/ld-lib.exp ( is_pecoff_format): Accept x86_64-pc-mingw64. --- ld/testsuite/ChangeLog | 6 ++++++ ld/testsuite/ld-fastcall/fastcall.exp | 1 + ld/testsuite/ld-pe/pe.exp | 7 +++++-- ld/testsuite/lib/ld-lib.exp | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index ab36248ec9d..7b38050db78 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2006-10-02 Kai Tietz + + * ld-fastcall/fastcall.exp: Add x86_64-pc-mingw64 as valid target. + * ld-pe/pe.exp: Likewise. + * lib/ld-lib.exp ( is_pecoff_format): Accept x86_64-pc-mingw64. + 2006-09-29 Kaz Kojima * ld-sh/tlspic-2.d: Update. diff --git a/ld/testsuite/ld-fastcall/fastcall.exp b/ld/testsuite/ld-fastcall/fastcall.exp index 30f0575cbb9..b613625ea06 100644 --- a/ld/testsuite/ld-fastcall/fastcall.exp +++ b/ld/testsuite/ld-fastcall/fastcall.exp @@ -23,6 +23,7 @@ if {![istarget "i*86-*-*"] && ![istarget "x86_64-*-mingw64*"] } { if { !([istarget "i*86-*-*pe*"] && ![istarget "i*86-*-opensd*"]) \ && ![istarget "i*86-*-cygwin*"] \ + && ![istarget "x86_64-*-mingw64"] \ && ![istarget "i*86-*-mingw*"] } { return } diff --git a/ld/testsuite/ld-pe/pe.exp b/ld/testsuite/ld-pe/pe.exp index bd25508ed3d..53440d1981d 100644 --- a/ld/testsuite/ld-pe/pe.exp +++ b/ld/testsuite/ld-pe/pe.exp @@ -18,8 +18,11 @@ # # This test can only be run on PE/COFF platforms that support .secrel32. -if { ![istarget i*86-*-cygwin*] && ![istarget i*86-*-pe] - && ![istarget i*86-*-mingw*] && ![istarget arm-wince-pe] } { +if { ![istarget i*86-*-cygwin*] + && ![istarget i*86-*-pe] + && ![istarget i*86-*-mingw*] + && ![istarget x86_64-*-mingw64*] + && ![istarget arm-wince-pe] } { return } diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index 566845fc875..4fbe2af8ccd 100644 --- a/ld/testsuite/lib/ld-lib.exp +++ b/ld/testsuite/lib/ld-lib.exp @@ -434,7 +434,7 @@ proc is_aout_format {} { # True if the object format is known to be PE COFF. # proc is_pecoff_format {} { - if { ![istarget *-*-mingw32*] \ + if { ![istarget *-*-mingw*] \ && ![istarget *-*-cygwin*] \ && ![istarget *-*-pe*] } { return 0 -- 2.30.2