diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-30 16:47:43 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-30 16:47:43 +0000 |
commit | 7c8bce8ec7d6f737c19db23530792c67d8c619b2 (patch) | |
tree | f85b4dfd7c82b883c4edbb346a96a7633060264e /gcc/doc | |
parent | 39ca75c1bc4dddee9c17884e3a92d31e4231de4e (diff) | |
download | gcc-7c8bce8ec7d6f737c19db23530792c67d8c619b2.tar.gz |
* pa.c (override_options): Default to PA8000 scheduling.
* doc/invoke.texi (HP-PA options): Mention newly added 7300
scheduling parameter.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52950 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 6bfe7dfe6f6..30271da384b 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -7649,9 +7649,10 @@ Enable the use of assembler directives only GAS understands. @opindex mschedule Schedule code according to the constraints for the machine type @var{cpu-type}. The choices for @var{cpu-type} are @samp{700} -@samp{7100}, @samp{7100LC}, @samp{7200}, and @samp{8000}. Refer to -@file{/usr/lib/sched.models} on an HP-UX system to determine the -proper scheduling option for your machine. +@samp{7100}, @samp{7100LC}, @samp{7200}, @samp{7300} and @samp{8000}. Refer +to @file{/usr/lib/sched.models} on an HP-UX system to determine the +proper scheduling option for your machine. The default scheduling is +@samp{8000}. @item -mlinker-opt @opindex mlinker-opt |