diff options
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/invoke.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3cbe478..3d71284 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-09-28 Philipp Thomas <pthomas@suse.de> + + * invoke.texi (i386 Options): Add athlon to table of possible + choices for -mcpu=. + 2000-09-28 Gabriel Dos Reis <gdr@codesourcery.com> * diagnostic.h (output_clear_message_text): New function. diff --git a/gcc/invoke.texi b/gcc/invoke.texi index d520e01..4daafb4 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 |
