From: Philipp Thomas Date: Thu, 28 Sep 2000 13:57:20 +0000 (+0000) Subject: invoke.texi (i386 Options): Add athlon to table of possible choices for -mcpu=. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6a07a77fe19c26028847c72debfd46af10ebb9bf;p=gcc.git invoke.texi (i386 Options): Add athlon to table of possible choices for -mcpu=. 2000-09-28 Philipp Thomas * invoke.texi (i386 Options): Add athlon to table of possible choices for -mcpu=. From-SVN: r36659 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3cbe4789c39..3d71284e373 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-09-28 Philipp Thomas + + * invoke.texi (i386 Options): Add athlon to table of possible + choices for -mcpu=. + 2000-09-28 Gabriel Dos Reis * diagnostic.h (output_clear_message_text): New function. diff --git a/gcc/invoke.texi b/gcc/invoke.texi index d520e01f522..4daafb42bb3 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -6032,7 +6032,7 @@ instructions. The choices for @var{cpu type} are: @multitable @columnfractions .20 .20 .20 .20 @item @samp{i386} @tab @samp{i486} @tab @samp{i586} @tab @samp{i686} -@item @samp{pentium} @tab @samp{pentiumpro} @tab @samp{k6} +@item @samp{pentium} @tab @samp{pentiumpro} @tab @samp{k6} @tab @samp{athlon} @end multitable While picking a specific @var{cpu type} will schedule things appropriately