mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
2008-01-23 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (md_show_usage): Show more processors for -march=/-mtune=.
This commit is contained in:
parent
93815fbfa5
commit
2cb4f3d5a9
@ -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.
|
||||
|
@ -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, _("\
|
||||
|
Loading…
Reference in New Issue
Block a user