aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2008-07-24 18:51:33 +0000
committerH.J. Lu <hjl.tools@gmail.com>2008-07-24 18:51:33 +0000
commit457cad8e7dfa0418f8e67f2c064c00c1f368903f (patch)
treed78481b4d0c1e65918572de49334128cec85fad4 /gas
parent20163277f8921ef8efd3f6e578296478676ba71a (diff)
downloadgdb-457cad8e7dfa0418f8e67f2c064c00c1f368903f.zip
gdb-457cad8e7dfa0418f8e67f2c064c00c1f368903f.tar.gz
gdb-457cad8e7dfa0418f8e67f2c064c00c1f368903f.tar.bz2
2008-07-24 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/nops-1.d: Add -mtune=generic32. * gas/i386/nops-2.d: Likewise. * gas/i386/nops-3.d: Likewise. * gas/i386/x86-64-nops-1.d: Add -mtune=generic64. * gas/i386/x86-64-nops-2.d: Likewise. * gas/i386/x86-64-nops-3.d: Likewise. * gas/i386/x86-64-nops-4.d: Likewise.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog11
-rw-r--r--gas/testsuite/gas/i386/nops-1.d1
-rw-r--r--gas/testsuite/gas/i386/nops-2.d1
-rw-r--r--gas/testsuite/gas/i386/nops-3.d1
-rw-r--r--gas/testsuite/gas/i386/x86-64-nops-1.d1
-rw-r--r--gas/testsuite/gas/i386/x86-64-nops-2.d1
-rw-r--r--gas/testsuite/gas/i386/x86-64-nops-3.d1
-rw-r--r--gas/testsuite/gas/i386/x86-64-nops-4.d1
8 files changed, 18 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 83c69f6..037b6a0 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,14 @@
+2008-07-24 H.J. Lu <hongjiu.lu@intel.com>
+
+ * gas/i386/nops-1.d: Add -mtune=generic32.
+ * gas/i386/nops-2.d: Likewise.
+ * gas/i386/nops-3.d: Likewise.
+
+ * gas/i386/x86-64-nops-1.d: Add -mtune=generic64.
+ * gas/i386/x86-64-nops-2.d: Likewise.
+ * gas/i386/x86-64-nops-3.d: Likewise.
+ * gas/i386/x86-64-nops-4.d: Likewise.
+
2008-07-22 Chao-ying Fu <fu@mips.com>
* gas/mips/tls-ill.l: Update error message.
diff --git a/gas/testsuite/gas/i386/nops-1.d b/gas/testsuite/gas/i386/nops-1.d
index 010f490..aab2d10 100644
--- a/gas/testsuite/gas/i386/nops-1.d
+++ b/gas/testsuite/gas/i386/nops-1.d
@@ -1,4 +1,5 @@
#source: nops-1.s
+#as: -mtune=generic32
#objdump: -drw
#name: i386 nops 1
diff --git a/gas/testsuite/gas/i386/nops-2.d b/gas/testsuite/gas/i386/nops-2.d
index 6cfbcfb..421e10b 100644
--- a/gas/testsuite/gas/i386/nops-2.d
+++ b/gas/testsuite/gas/i386/nops-2.d
@@ -1,4 +1,5 @@
#source: nops-2.s
+#as: -mtune=generic32
#objdump: -drw
#name: i386 nops 2
diff --git a/gas/testsuite/gas/i386/nops-3.d b/gas/testsuite/gas/i386/nops-3.d
index 77ce744..497030e 100644
--- a/gas/testsuite/gas/i386/nops-3.d
+++ b/gas/testsuite/gas/i386/nops-3.d
@@ -1,4 +1,5 @@
#source: nops-3.s
+#as: -mtune=generic32
#objdump: -drw
#name: i386 nops 3
diff --git a/gas/testsuite/gas/i386/x86-64-nops-1.d b/gas/testsuite/gas/i386/x86-64-nops-1.d
index a1de73a..6239127 100644
--- a/gas/testsuite/gas/i386/x86-64-nops-1.d
+++ b/gas/testsuite/gas/i386/x86-64-nops-1.d
@@ -1,4 +1,5 @@
#source: nops-1.s
+#as: -mtune=generic64
#objdump: -drw
#name: x86-64 nops 1
diff --git a/gas/testsuite/gas/i386/x86-64-nops-2.d b/gas/testsuite/gas/i386/x86-64-nops-2.d
index 858c4c9..439aa85 100644
--- a/gas/testsuite/gas/i386/x86-64-nops-2.d
+++ b/gas/testsuite/gas/i386/x86-64-nops-2.d
@@ -1,4 +1,5 @@
#source: nops-2.s
+#as: -mtune=generic64
#objdump: -drw
#name: x86-64 nops 2
diff --git a/gas/testsuite/gas/i386/x86-64-nops-3.d b/gas/testsuite/gas/i386/x86-64-nops-3.d
index 315f2e3..4e86761 100644
--- a/gas/testsuite/gas/i386/x86-64-nops-3.d
+++ b/gas/testsuite/gas/i386/x86-64-nops-3.d
@@ -1,4 +1,5 @@
#source: nops-3.s
+#as: -mtune=generic64
#objdump: -drw
#name: x86-64 nops 3
diff --git a/gas/testsuite/gas/i386/x86-64-nops-4.d b/gas/testsuite/gas/i386/x86-64-nops-4.d
index 9ee73dc..d6e4e89 100644
--- a/gas/testsuite/gas/i386/x86-64-nops-4.d
+++ b/gas/testsuite/gas/i386/x86-64-nops-4.d
@@ -1,4 +1,5 @@
#source: nops-4.s
+#as: -mtune=generic64
#objdump: -drw
#name: x86-64 nops 4