mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 04:25:10 +08:00
* 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.
This commit is contained in:
parent
041bf30db7
commit
0be14fe08c
@ -1,3 +1,9 @@
|
||||
2006-10-02 Kai Tietz <Kai.Tietz@onevision.com>
|
||||
|
||||
* 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 <kkojima@rr.iij4u.or.jp>
|
||||
|
||||
* ld-sh/tlspic-2.d: Update.
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user