diff options
author | Philipp Thomas <pthomas@suse.de> | 2000-09-28 13:57:20 +0000 |
---|---|---|
committer | Philipp Thomas <pthomas@gcc.gnu.org> | 2000-09-28 13:57:20 +0000 |
commit | 6a07a77fe19c26028847c72debfd46af10ebb9bf (patch) | |
tree | 49931db9620cf2b379a6382406e03f4c1eb9a69e | |
parent | b5dd2c76f8df15a148f5f40e7f4894b22dae04d0 (diff) | |
download | gcc-6a07a77fe19c26028847c72debfd46af10ebb9bf.zip gcc-6a07a77fe19c26028847c72debfd46af10ebb9bf.tar.gz gcc-6a07a77fe19c26028847c72debfd46af10ebb9bf.tar.bz2 |
invoke.texi (i386 Options): Add athlon to table of possible choices for -mcpu=.
2000-09-28 Philipp Thomas <pthomas@suse.de>
* invoke.texi (i386 Options): Add athlon to table of possible
choices for -mcpu=.
From-SVN: r36659
-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 |