This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

minor gcc.1 patch



        * gcc.1 (PA options): Remove obsolete -mshared-libs options.

Index: gcc.1
===================================================================
RCS file: /cvs/gcc/egcs/gcc/gcc.1,v
retrieving revision 1.12
diff -c -3 -p -r1.12 gcc.1
*** gcc.1	1999/10/22 02:32:26	1.12
--- gcc.1	1999/11/02 10:22:39
*************** in the following sections.
*** 454,461 ****
  \-mpa\-risc\-1\-0
  \-mpa\-risc\-1\-1
  \-mkernel
- \-mshared\-libs
- \-mno\-shared\-libs
  \-mlong\-calls
  \-mdisable\-fpregs
  \-mdisable\-indexing
--- 454,459 ----
*************** generate \c
*** 3626,3640 ****
  .B addil\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
--- 3624,3629 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]