diff options
author | Nick Clifton <nickc@redhat.com> | 2007-01-08 17:21:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-01-08 17:21:50 +0000 |
commit | 42037fe5bbb1bc401de372fca49768eeef2c21dc (patch) | |
tree | 8cf3daeabc86ea33e51a586928fd693df91393bd /binutils/testsuite | |
parent | f9967789c6c7c657c099ff6526640d1cc2c36032 (diff) | |
download | gdb-42037fe5bbb1bc401de372fca49768eeef2c21dc.zip gdb-42037fe5bbb1bc401de372fca49768eeef2c21dc.tar.gz gdb-42037fe5bbb1bc401de372fca49768eeef2c21dc.tar.bz2 |
Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/ChangeLog | 8 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/copy-3.d | 2 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/dlltool.exp | 4 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/windres/lang.rc | 2 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/windres/strtab1.rc | 2 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/windres/windres.exp | 4 |
6 files changed, 15 insertions, 7 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index ca065c2..966222b 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -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. diff --git a/binutils/testsuite/binutils-all/copy-3.d b/binutils/testsuite/binutils-all/copy-3.d index 4bea36f..1b07817 100644 --- a/binutils/testsuite/binutils-all/copy-3.d +++ b/binutils/testsuite/binutils-all/copy-3.d @@ -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. diff --git a/binutils/testsuite/binutils-all/dlltool.exp b/binutils/testsuite/binutils-all/dlltool.exp index 96b6782..af0145d 100644 --- a/binutils/testsuite/binutils-all/dlltool.exp +++ b/binutils/testsuite/binutils-all/dlltool.exp @@ -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" diff --git a/binutils/testsuite/binutils-all/windres/lang.rc b/binutils/testsuite/binutils-all/windres/lang.rc index f3da105..11a4d06 100644 --- a/binutils/testsuite/binutils-all/windres/lang.rc +++ b/binutils/testsuite/binutils-all/windres/lang.rc @@ -1,4 +1,4 @@ -//#xfail *-*-mingw64 +//#xfail x86_64-*-mingw* #include "windows.h" LANGUAGE 0, 0 diff --git a/binutils/testsuite/binutils-all/windres/strtab1.rc b/binutils/testsuite/binutils-all/windres/strtab1.rc index 48fd107..416d157 100644 --- a/binutils/testsuite/binutils-all/windres/strtab1.rc +++ b/binutils/testsuite/binutils-all/windres/strtab1.rc @@ -1,4 +1,4 @@ -//#xfail *-*-mingw64 +//#xfail x86_64-*-mingw* #include "windows.h" LANGUAGE 0, 0 diff --git a/binutils/testsuite/binutils-all/windres/windres.exp b/binutils/testsuite/binutils-all/windres/windres.exp index 2c836b8..eb825d0 100644 --- a/binutils/testsuite/binutils-all/windres/windres.exp +++ b/binutils/testsuite/binutils-all/windres/windres.exp @@ -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" |