This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Small documentation fix


* Philipp Thomas (pthomas@suse.de) [20000928 16:43]:

> 2000-09-28  Philipp Thomas  <pthomas@suse.de>
> 
> 	* invoke.texi (i386 Options): Add athlon to table of possible
> 	choices for -mcpu=.

Forgot to send the corresponding patch, here it is:

Index: gcc/invoke.texi
===================================================================
RCS file: /cvs/gcc/egcs/gcc/invoke.texi,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -p -r1.221 -r1.222
--- invoke.texi	2000/09/27 17:52:55	1.221
+++ invoke.texi	2000/09/28 13:57:20	1.222
@@ -6032,7 +6032,7 @@ instructions.  The choices for @var{cpu 
 
 @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

-- 
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany

#define NINODE  50              /* number of in core inodes */
#define NPROC   30              /* max number of processes */
 	-- Version 7 UNIX for PDP 11, /usr/include/sys/param.h

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]