aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2007-07-04 15:32:46 +0000
committerH.J. Lu <hjl.tools@gmail.com>2007-07-04 15:32:46 +0000
commit872ce6ff99eaf767ce26c1c69d11b7d910274dbc (patch)
treede9d852494236a1367245f61e8c62e5ef51c62f7 /gas/testsuite
parentddb341a78c008d4989c4d68b039ec40f874ab06a (diff)
downloadgdb-872ce6ff99eaf767ce26c1c69d11b7d910274dbc.zip
gdb-872ce6ff99eaf767ce26c1c69d11b7d910274dbc.tar.gz
gdb-872ce6ff99eaf767ce26c1c69d11b7d910274dbc.tar.bz2
gas/
2007-07-04 H.J. Lu <hongjiu.lu@intel.com> * config/obj-coff.h (x86_64_target_format): Renamed to ... (i386_target_format): This (TARGET_FORMAT): Use i386_target_format. * config/tc-i386.c (x86_64_target_format): Removed. (i386_target_format): Handle PE formats. gas/testsuite/ 2007-07-04 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/i386.exp: Run x86-64-nops-1 for x86_64-*-mingw*.
Diffstat (limited to 'gas/testsuite')
-rw-r--r--gas/testsuite/ChangeLog4
-rw-r--r--gas/testsuite/gas/i386/i386.exp4
2 files changed, 5 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 755e682..09aacdb 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-04 H.J. Lu <hongjiu.lu@intel.com>
+
+ * gas/i386/i386.exp: Run x86-64-nops-1 for x86_64-*-mingw*.
+
2007-07-04 Nick Clifton <nickc@redhat.com>
* gas/mep/relocs.d: Fix expected disassembly to work on 64-bit
diff --git a/gas/testsuite/gas/i386/i386.exp b/gas/testsuite/gas/i386/i386.exp
index 8f0437c..9e463de 100644
--- a/gas/testsuite/gas/i386/i386.exp
+++ b/gas/testsuite/gas/i386/i386.exp
@@ -161,9 +161,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 "x86_64-*-mingw*"] then {
- run_dump_test "x86-64-nops-1"
- }
+ run_dump_test "x86-64-nops-1"
run_dump_test "x86-64-nops-1-k8"
run_dump_test "x86-64-nops-1-nocona"
run_dump_test "x86-64-nops-1-merom"