From: H.J. Lu Date: Wed, 23 Jan 2008 14:13:08 +0000 (+0000) Subject: 2008-01-23 H.J. Lu X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2cb4f3d5a91ac608dd477d016dc9f695be516af0;p=deliverable%2Fbinutils-gdb.git 2008-01-23 H.J. Lu * config/tc-i386.c (md_show_usage): Show more processors for -march=/-mtune=. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 11ca59b7ec..dc7c7441ec 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2008-01-23 H.J. Lu + + * config/tc-i386.c (md_show_usage): Show more processors for + -march=/-mtune=. + 2008-01-22 H.J. Lu * config/tc-i386.c (i386_target_format): Remove cpummx2. diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 2724d0789d..c73cbee8b3 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -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, _("\