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-pe/pe.exp | |
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-pe/pe.exp')
-rw-r--r-- | ld/testsuite/ld-pe/pe.exp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ld/testsuite/ld-pe/pe.exp b/ld/testsuite/ld-pe/pe.exp index bd25508..53440d1 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
}
|