diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-02 10:23:46 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-02 10:23:46 +0000 |
commit | eea0391d34c1206a64de64866f6b89f02f97a78f (patch) | |
tree | 0ce9d4288aa436e2297502d3a70a0c0bf16b8544 /gcc/gcc.1 | |
parent | a588f659d6e4a3918bfdd02574850328bb78a755 (diff) | |
download | gcc-eea0391d34c1206a64de64866f6b89f02f97a78f.tar.gz |
* gcc.1 (PA options): Remove obsolete -mshared-libs options.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30346 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.1')
-rw-r--r-- | gcc/gcc.1 | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/gcc/gcc.1 b/gcc/gcc.1 index 25c2469e261..4667c2bfa31 100644 --- a/gcc/gcc.1 +++ b/gcc/gcc.1 @@ -20,7 +20,7 @@ .if n .sp .if t .sp 0.4 .. -.Id $Id: gcc.1,v 1.11 1999/09/23 14:49:11 law Exp $ +.Id $Id: gcc.1,v 1.12 1999/10/22 02:32:26 law Exp $ .TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools" .SH NAME gcc, g++ \- GNU project C and C++ Compiler (gcc-2.96) @@ -454,8 +454,6 @@ in the following sections. \-mpa\-risc\-1\-0 \-mpa\-risc\-1\-1 \-mkernel -\-mshared\-libs -\-mno\-shared\-libs \-mlong\-calls \-mdisable\-fpregs \-mdisable\-indexing @@ -3627,15 +3625,6 @@ generate \c \& instructions instead. This avoids a rather serious bug in the HP-UX linker. .TP -.B \-mshared-libs -Generate code that can be linked against HP-UX shared libraries. This option -is not fully function yet, and is not on by default for any PA target. Using -this option can cause incorrect code to be generated by the compiler. -.TP -.B \-mno-shared-libs -Don't generate code that will be linked against shared libraries. This is -the default for all PA targets. -.TP .B \-mlong-calls Generate code which allows calls to functions greater than 256K away from the caller when the caller and callee are in the same source file. Do |