Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.

This commit is contained in:
Nick Clifton 2007-01-08 17:21:50 +00:00
parent f9967789c6
commit 42037fe5bb
25 changed files with 69 additions and 24 deletions

View File

@ -1,3 +1,7 @@
2007-01-08 Kai Tietz <kai.tietz@onevision.com>
* config.bfd: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
2007-01-05 Jakub Jelinek <jakub@redhat.com>
* texhex.c (first_phase): Don't fall through into the default

View File

@ -590,7 +590,7 @@ case "${targ}" in
targ_selvecs="bfd_elf32_i386_vec i386linux_vec bfd_efi_app_ia32_vec"
want64=true
;;
x86_64-*-mingw64*)
x86_64-*-mingw*)
targ_defvec=x86_64pe_vec
targ_selvecs="x86_64pe_vec x86_64pei_vec x86_64coff_vec bfd_elf64_x86_64_vec"
want64=true

View File

@ -1,3 +1,9 @@
2007-01-08 Kai Tietz <kai.tietz@onevision.com>
* configure.in: Renamed target x86_64-*-mingw64 to
x86_64-*-mingw*.
* configure: Regenerated.
2007-01-05 Alan Modra <amodra@bigpond.net.au>
* readelf.c (dump_section): Don't print 32-bit values, which

2
binutils/configure vendored
View File

@ -8653,7 +8653,7 @@ do
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
;;
x86_64-*-mingw64*)
x86_64-*-mingw*)
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'

View File

@ -264,7 +264,7 @@ changequote([,])dnl
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
;;
x86_64-*-mingw64*)
x86_64-*-mingw*)
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'

View File

@ -1,3 +1,11 @@
2007-01-08 Kai Tietz <kai.tietz@onevision.com>
* copy-3.d: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
* dlltool.exp: Dito
* lang.rc: Dito
* strtab1.rc: Dito
* windres.exp: Dito
2006-09-20 Kai Tietz <Kai.Tietz@onevision.com>
* binutils-all/copy-3.d: Add support for target x86_64-pc-mingw64.

View File

@ -3,7 +3,7 @@
#objcopy: --set-section-flags .text=alloc,data
#name: copy with setting section flags 3
#source: bintest.s
#not-target: *-*-aout *-*-*pe *-*-*coff i*86-*-cygwin* i*86-*-mingw32* x86_64-*-mingw64*
#not-target: *-*-aout *-*-*pe *-*-*coff i*86-*-cygwin* i*86-*-mingw32* x86_64-*-mingw*
# The .text # section in PE/COFF has a fixed set of flags and these
# cannot be changed. We skip it for them.

View File

@ -14,14 +14,14 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
if {![istarget "i*86-*-*"] && ![istarget "x86_64-*-mingw64*"] } {
if {![istarget "i*86-*-*"] && ![istarget "x86_64-*-mingw*"] } {
return
}
if {![istarget "i*86-*-*pe*"] \
&& ![istarget "i*86-*-cygwin*"] \
&& ![istarget "i*86-*-mingw32*"] \
&& ![istarget "x86_64-*-mingw64*"] } {
&& ![istarget "x86_64-*-mingw*"] } {
set target_xfail "yes"
} else {
set target_xfail "no"

View File

@ -1,4 +1,4 @@
//#xfail *-*-mingw64
//#xfail x86_64-*-mingw*
#include "windows.h"
LANGUAGE 0, 0

View File

@ -1,4 +1,4 @@
//#xfail *-*-mingw64
//#xfail x86_64-*-mingw*
#include "windows.h"
LANGUAGE 0, 0

View File

@ -19,14 +19,14 @@
# Written by DJ Delorie <dj@redhat.com>
if {![istarget "i*86-*-*"] && ![istarget "x86_64-*-mingw64"] } {
if {![istarget "i*86-*-*"] && ![istarget "x86_64-*-mingw*"] } {
return
}
if {![istarget "i*86-*-*pe*"] \
&& ![istarget "i*86-*-cygwin*"] \
&& ![istarget "i*86-*-mingw32*"] \
&& ![istarget "x86_64-*-mingw64*"] } {
&& ![istarget "x86_64-*-mingw*"] } {
set target_xfail "yes"
} else {
set target_xfail "no"

View File

@ -1,3 +1,7 @@
2007-01-08 Kai Tietz <kai.tietz@onevision.com>
* configure.tgt: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
2007-01-05 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (set_intel_syntax): Update set_intel_syntax

View File

@ -212,8 +212,11 @@ case ${generic_target} in
i386-*-pe) fmt=coff em=pe ;;
i386-*-cygwin*) fmt=coff em=pe ;;
i386-*-interix*) fmt=coff em=interix ;;
i386-*-mingw32*) fmt=coff em=pe ;;
i386-*-mingw64*) fmt=coff em=pep ;;
i386-*-mingw*)
case ${cpu} in
x86_64*) fmt=coff em=pep ;;
i*) fmt=coff em=pe ;;
esac ;;
i386-*-nto-qnx*) fmt=elf ;;
i386-*-*nt*) fmt=coff em=pe ;;
i386-*-chaos) fmt=elf ;;

View File

@ -1,3 +1,8 @@
2007-01-08 Kai Tietz <kai.tietz@onevision.com>
* gas/all/gas.exp: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
* gas/i386/i386.exp: Ditto.
2007-01-04 Paul Brook <paul@codesourcery.com>
* gas/arm/archv6.s: Add more cpsie tests.

View File

@ -207,7 +207,7 @@ if { ([istarget *-*-coff*] && ![istarget *arm*-*-coff] && ![istarget thumb*-*-
|| [istarget i*86-*-isc*] \
|| [istarget i*86-*-go32*] \
|| [istarget i*86-*-cygwin*] \
|| [istarget x86_64-*-mingw64*] \
|| [istarget x86_64-*-mingw*] \
|| [istarget i*86-*-*nt] \
|| [istarget i*86-*-interix*] \
|| ([istarget i960-*-vxworks5.*] && ![istarget i960-*-vxworks5.0*]) } {

View File

@ -164,7 +164,7 @@ if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_64_check]] t
run_dump_test "x86-64-io-suffix"
run_dump_test "x86-64-gidt"
run_dump_test "x86-64-nops"
if ![istarget "*-*-mingw64*"] then {
if ![istarget "x86_64-*-mingw*"] then {
run_dump_test "x86-64-nops-1"
}
run_dump_test "x86-64-nops-1-k8"

View File

@ -1,3 +1,8 @@
2007-01-08 Kai Tietz <kai.tietz@onevision.com>
* configure.tgt: Renamed target x86_64-*-mingw64 to
x86_64-*-mingw*.
2007-01-08 Pedro Alves <pedro_alves@portugalmail.pt>
* configure.host: Add i[3-7]86-*-mingw* case.

View File

@ -239,7 +239,7 @@ i[3-7]86-*-cygwin*) targ_emul=i386pe ;
test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api' ;;
i[3-7]86-*-mingw32*) targ_emul=i386pe ;
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
x86_64-*-mingw64*) targ_emul=i386pep ;
x86_64-*-mingw*) targ_emul=i386pep ;
targ_extra_ofiles="deffilep.o pep-dll.o" ;;
i[3-7]86-*-interix*) targ_emul=i386pe_posix;
targ_extra_ofiles="deffilep.o pe-dll.o" ;;

View File

@ -1,3 +1,13 @@
2007-01-08 Kai Tietz <kai.tietz@onevision.com>
* ld-fastcall/fastcall.exp: Renamed target x86_64-*-mingw64 to
x86_64-*-mingw*.
* ld-pe/pe.exp: Ditto.
* ld-scripts/align.exp: Ditto.
* ld-scripts/defined.exp: Ditto.
* ld-scripts/provide.exp: Ditto.
* ld-scripts/weak.exp: Ditto.
2007-01-06 Nathan Sidwell <nathan@codesourcery.com>
* ld-scripts/expr.exp: New.

View File

@ -17,13 +17,13 @@
set testname "ld (fastcall symbols)"
if {![istarget "i*86-*-*"] && ![istarget "x86_64-*-mingw64*"] } {
if {![istarget "i*86-*-*"] && ![istarget "x86_64-*-mingw*"] } {
return
}
if { !([istarget "i*86-*-*pe*"] && ![istarget "i*86-*-opensd*"]) \
&& ![istarget "i*86-*-cygwin*"] \
&& ![istarget "x86_64-*-mingw64"] \
&& ![istarget "x86_64-*-mingw*"] \
&& ![istarget "i*86-*-mingw*"] } {
return
}

View File

@ -21,7 +21,7 @@
if { ![istarget i*86-*-cygwin*]
&& ![istarget i*86-*-pe]
&& ![istarget i*86-*-mingw*]
&& ![istarget x86_64-*-mingw64*]
&& ![istarget x86_64-*-mingw*]
&& ![istarget arm-wince-pe] } {
return
}

View File

@ -30,10 +30,10 @@ if ![ld_assemble $as $srcdir/$subdir/align.s tmpdir/align.o] {
}
# Doesn't work on PECOFF, appears to be a genuine bug.
# mingw64 targets need to set the image base to 0 to avoid auto image-basing.
# mingw on x86_64 targets need to set the image base to 0 to avoid auto image-basing.
global LDFLAGS
set saved_LDFLAGS "$LDFLAGS"
if [istarget "*-*-mingw64*"] then {
if [istarget "x86_64-*-mingw*"] then {
set LDFLAGS "$LDFLAGS --image-base 0"
} else {
if [is_pecoff_format] {

View File

@ -27,7 +27,7 @@ if ![ld_assemble $as $srcdir/$subdir/defined.s tmpdir/def.o] {
global LDFLAGS
set saved_LDFLAGS "$LDFLAGS"
if [istarget "*-*-mingw64*"] then {
if [istarget "x86_64-*-mingw*"] then {
set LDFLAGS "$LDFLAGS --image-base 0"
}

View File

@ -31,7 +31,7 @@ if {[istarget "rs6000-*-aix*"] || [is_aout_format]} {
global LDFLAGS
set saved_LDFLAGS "$LDFLAGS"
if [istarget "*-*-mingw64*"] then {
if [istarget "x86_64-*-mingw*"] then {
set LDFLAGS "$LDFLAGS --image-base 0"
}

View File

@ -29,7 +29,7 @@ if {! [is_elf_format] && ! [is_pecoff_format]} {
# Weak symbols are broken for non-i386 PE targets.
if {! [istarget i?86-*-*]} {
setup_xfail *-*-pe*
setup_xfail *-*-mingw64*
setup_xfail x86_64-*-mingw*
}
# hppa64 and or32 are incredibly broken
@ -44,7 +44,7 @@ if {! [ld_assemble $as $srcdir/$subdir/weak1.s tmpdir/weak1.o]
global LDFLAGS
set saved_LDFLAGS "$LDFLAGS"
if [istarget "*-*-mingw64*"] then {
if [istarget "x86_64-*-mingw*"] then {
set LDFLAGS "$LDFLAGS --image-base 0"
}