Minor error in docs
Jerry Quinn
jquinn@nortel.ca
Thu Mar 19 20:09:00 GMT 1998
In (gcc.info)HPPA Options, the -mschedule option says '7100' is for 7N5
machines and then '7100' is for 7N2 machines. The next paragraph implies 7N2
should be 7100LC. Here's a patch to invoke.texi to change this (if I got it
correct :-)
--
Jerry Quinn Tel: (514) 761-8737
jquinn@nortel.ca Fax: (514) 761-8505
Speech Recognition Research
--- gcc/invoke.texi~ Wed Dec 3 01:02:05 1997
+++ gcc/invoke.texi Thu Mar 19 23:01:44 1998
@@ -4668,7 +4668,7 @@
@item -mschedule=@var{cpu type}
Schedule code according to the constraints for the machine type
@var{cpu type}. The choices for @var{cpu type} are @samp{700} for
-7@var{n}0 machines, @samp{7100} for 7@var{n}5 machines, and @samp{7100}
+7@var{n}0 machines, @samp{7100} for 7@var{n}5 machines, and @samp{7100LC}
for 7@var{n}2 machines. @samp{7100} is the default for @var{cpu type}.
Note the @samp{7100LC} scheduling information is incomplete and using
More information about the Gcc-bugs
mailing list