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/ld-fastcall | |
parent | 041bf30db7ac5628b79e7c44fcc53a7657061a89 (diff) | |
download | gdb-0be14fe08cd1e2f49719e47325574cd3de49ff38.zip gdb-0be14fe08cd1e2f49719e47325574cd3de49ff38.tar.gz gdb-0be14fe08cd1e2f49719e47325574cd3de49ff38.tar.bz2 |
* 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/ld-fastcall')
-rw-r--r-- | ld/testsuite/ld-fastcall/fastcall.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/ld-fastcall/fastcall.exp b/ld/testsuite/ld-fastcall/fastcall.exp index 30f0575..b613625 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 } |