OSDN Git Service

2008-01-23 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl>
Wed, 23 Jan 2008 14:13:08 +0000 (14:13 +0000)
committerhjl <hjl>
Wed, 23 Jan 2008 14:13:08 +0000 (14:13 +0000)
* config/tc-i386.c (md_show_usage): Show more processors for
-march=/-mtune=.

gas/ChangeLog
gas/config/tc-i386.c

index 11ca59b..dc7c744 100644 (file)
@@ -1,3 +1,8 @@
+2008-01-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (md_show_usage): Show more processors for
+       -march=/-mtune=.
+
 2008-01-22  H.J. Lu  <hongjiu.lu@intel.com>
 
        * config/tc-i386.c (i386_target_format): Remove cpummx2.
index 2724d07..c73cbee 100644 (file)
@@ -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, _("\