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,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"