aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Thomas <pthomas@suse.de>2000-09-28 13:57:20 +0000
committerPhilipp Thomas <pthomas@gcc.gnu.org>2000-09-28 13:57:20 +0000
commit6a07a77fe19c26028847c72debfd46af10ebb9bf (patch)
tree49931db9620cf2b379a6382406e03f4c1eb9a69e
parentb5dd2c76f8df15a148f5f40e7f4894b22dae04d0 (diff)
downloadgcc-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/ChangeLog5
-rw-r--r--gcc/invoke.texi2
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