This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Add -mtune=genericXX to x86 nop tests


I am checking in this patch to add -mtune=genericXX to x86 nop tests


H.J.
---
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.

Index: gas/i386/nops-1.d
===================================================================
--- gas/i386/nops-1.d	(revision 3275)
+++ gas/i386/nops-1.d	(working copy)
@@ -1,4 +1,5 @@
 #source: nops-1.s
+#as: -mtune=generic32
 #objdump: -drw
 #name: i386 nops 1
 
Index: gas/i386/nops-2.d
===================================================================
--- gas/i386/nops-2.d	(revision 3275)
+++ gas/i386/nops-2.d	(working copy)
@@ -1,4 +1,5 @@
 #source: nops-2.s
+#as: -mtune=generic32
 #objdump: -drw
 #name: i386 nops 2
 
Index: gas/i386/nops-3.d
===================================================================
--- gas/i386/nops-3.d	(revision 3275)
+++ gas/i386/nops-3.d	(working copy)
@@ -1,4 +1,5 @@
 #source: nops-3.s
+#as: -mtune=generic32
 #objdump: -drw
 #name: i386 nops 3
 
Index: gas/i386/x86-64-nops-1.d
===================================================================
--- gas/i386/x86-64-nops-1.d	(revision 3275)
+++ gas/i386/x86-64-nops-1.d	(working copy)
@@ -1,4 +1,5 @@
 #source: nops-1.s
+#as: -mtune=generic64
 #objdump: -drw
 #name: x86-64 nops 1
 
Index: gas/i386/x86-64-nops-2.d
===================================================================
--- gas/i386/x86-64-nops-2.d	(revision 3275)
+++ gas/i386/x86-64-nops-2.d	(working copy)
@@ -1,4 +1,5 @@
 #source: nops-2.s
+#as: -mtune=generic64
 #objdump: -drw
 #name: x86-64 nops 2
 
Index: gas/i386/x86-64-nops-3.d
===================================================================
--- gas/i386/x86-64-nops-3.d	(revision 3275)
+++ gas/i386/x86-64-nops-3.d	(working copy)
@@ -1,4 +1,5 @@
 #source: nops-3.s
+#as: -mtune=generic64
 #objdump: -drw
 #name: x86-64 nops 3
 
Index: gas/i386/x86-64-nops-4.d
===================================================================
--- gas/i386/x86-64-nops-4.d	(revision 3275)
+++ gas/i386/x86-64-nops-4.d	(working copy)
@@ -1,4 +1,5 @@
 #source: nops-4.s
+#as: -mtune=generic64
 #objdump: -drw
 #name: x86-64 nops 4
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]