diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-07-16 20:14:19 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-07-16 14:14:19 -0600 |
commit | c8730d930d6839d96a828fcd0441a25128c0157e (patch) | |
tree | 9504aa84dc53285c4b748e6ce248a6a4fc4372c6 | |
parent | 7123b6ed1f20ca337ec222656264ac7783b5d00c (diff) | |
download | gcc-c8730d930d6839d96a828fcd0441a25128c0157e.zip gcc-c8730d930d6839d96a828fcd0441a25128c0157e.tar.gz gcc-c8730d930d6839d96a828fcd0441a25128c0157e.tar.bz2 |
* invoke.texi (HPPA Options): Remove -mspace/-mno-space.
From-SVN: r28126
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/invoke.texi | 9 |
2 files changed, 4 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1901d20..5db0760 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ Fri Jul 16 13:48:09 1999 Jeffrey A Law (law@cygnus.com) + * invoke.texi (HPPA Options): Remove -mspace/-mno-space. + * pa.c (out_of_line_prologue_epilogue): Delete. (override_options): Remove -mspace related code. (hppa_expand_prologue, hppa_expand_epilogue): Likewise. diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 41cd241..13117b6 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -356,10 +356,10 @@ in the following sections. -mlong-load-store -mno-big-switch -mno-disable-fpregs -mno-disable-indexing -mno-fast-indirect-calls -mno-gas -mno-jump-in-delay -mno-long-load-store --mno-portable-runtime -mno-soft-float -mno-space +-mno-portable-runtime -mno-soft-float -mno-space-regs -msoft-float -mpa-risc-1-0 -mpa-risc-1-1 -mpa-risc-2-0 -mportable-runtime --mschedule=@var{cpu type} -mspace -mspace-regs +-mschedule=@var{cpu type} -mspace-regs @emph{Intel 960 Options} -m@var{cpu type} -masm-compat -mclean-linkage @@ -5739,11 +5739,6 @@ allows GCC to emit code which performs faster indirect calls. This option will not work in the presense of shared libraries or nested functions. -@item -mspace -Optimize for space rather than execution time. Currently this only -enables out of line function prologues and epilogues. This option is -incompatible with PIC code generation and profiling. - @item -mlong-load-store Generate 3-instruction load and store sequences as sometimes required by the HP-UX 10 linker. This is equivalent to the @samp{+k} option to |