diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-28 01:05:37 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-28 01:05:37 +0000 |
commit | ab83e8c04fdd3253c99ca0f2c9a13e354169a27c (patch) | |
tree | 7a102692ff1c5a14af10df33a3abb9445fcebd5e /gcc/invoke.texi | |
parent | 638aad19ab5283920421aed4b3208ea9154c0bb9 (diff) | |
download | ppe42-gcc-ab83e8c04fdd3253c99ca0f2c9a13e354169a27c.tar.gz ppe42-gcc-ab83e8c04fdd3253c99ca0f2c9a13e354169a27c.zip |
* invoke.texi: Update information for PA scheduling.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25494 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/invoke.texi')
-rw-r--r-- | gcc/invoke.texi | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 3c938124c2a..e63b4990f4e 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -5177,13 +5177,10 @@ Enable the use of assembler directives only GAS understands. @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{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 -@samp{7100LC} often leads to bad schedules. For now it's probably best -to use @samp{7100} instead of @samp{7100LC} for the 7@var{n}2 machines. +@var{cpu type}. The choices for @var{cpu type} are @samp{700} +@samp{7100}, @samp{7100LC}, and @samp{7200}. Refer to +@file{/usr/lib/sched.models} on an HP-UX system to determine the +proper scheduling option for your machine. @item -mlinker-opt Enable the optimization pass in the HPUX linker. Note this makes symbolic |