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: Show more processors for -march=/-mtune=


I am checking in this patch to show more more processors for
-march=/-mtune=.


H.J.
2008-01-23  H.J. Lu  <hongjiu.lu@intel.com>

	* config/tc-i386.c (md_show_usage): Show more processors for
	-march=/-mtune=.

--- ./tc-i386.c.foo	2008-01-22 12:28:57.000000000 -0800
+++ ./tc-i386.c	2008-01-23 06:07:01.000000000 -0800
@@ -7402,16 +7402,20 @@ md_show_usage (stream)
   fprintf (stream, _("\
   -march=CPU[,+EXTENSION...]\n\
                           generate code for CPU and EXTENSION, CPU is one of:\n\
-                           i386, i486, pentium, pentiumpro, pentium4, nocona,\n\
-                           core, core2, k6, athlon, k8, generic32, generic64\n\
+                           i8086, i186, i286, i386, i486, pentium, pentiumpro,\n\
+                           pentiumii, pentiumiii, pentium4, prescott, nocona,\n\
+                           core, core2, k6, k6_2, athlon, k8, amdfam10,\n\
+                           generic32, generic64\n\
 			  EXTENSION is combination of:\n\
 			   mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, sse4,\n\
 			   vmx, smx, 3dnow, 3dnowa, sse4a, sse5, svme, abm,\n\
 			   padlock\n"));
   fprintf (stream, _("\
-  -mtune=CPU              optimize for CPU, where CPU is one of:\n\
-                           i386, i486, pentium, pentiumpro, pentium4, nocona,\n\
-                           core, core2, k6, athlon, k8, generic32, generic64\n"));
+  -mtune=CPU              optimize for CPU, CPU is one of:\n\
+                           i8086, i186, i286, i386, i486, pentium, pentiumpro,\n\
+                           pentiumii, pentiumiii, pentium4, prescott, nocona,\n\
+                           core, core2, k6, k6_2, athlon, k8, amdfam10,\n\
+                           generic32, generic64\n"));
   fprintf (stream, _("\
   -mmnemonic=[att|intel]  use AT&T/Intel mnemonic\n"));
   fprintf (stream, _("\


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