diff options
author | Nick Clifton <nickc@redhat.com> | 2006-10-02 16:53:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-10-02 16:53:04 +0000 |
commit | 0be14fe08cd1e2f49719e47325574cd3de49ff38 (patch) | |
tree | 918b8017d0da8fcd5b5cf2370737f9d32aa7d115 /ld/testsuite/lib | |
parent | 041bf30db7ac5628b79e7c44fcc53a7657061a89 (diff) | |
download | ppe42-binutils-0be14fe08cd1e2f49719e47325574cd3de49ff38.tar.gz ppe42-binutils-0be14fe08cd1e2f49719e47325574cd3de49ff38.zip |
* 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.
Diffstat (limited to 'ld/testsuite/lib')
-rw-r--r-- | ld/testsuite/lib/ld-lib.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index 566845fc87..4fbe2af8cc 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 |