Commit c33104d6 by H.J. Lu Committed by H.J. Lu

i386.opt (msvr3-shlib): Removed.

2007-04-13  H.J. Lu  <hongjiu.lu@intel.com>

	* config/i386/i386.opt (msvr3-shlib): Removed.

	* doc/invoke.texi: Remove -msvr3-shlib.

From-SVN: r123787
parent b194a08c
2007-04-13 H.J. Lu <hongjiu.lu@intel.com> 2007-04-13 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.opt (msvr3-shlib): Removed.
* doc/invoke.texi: Remove -msvr3-shlib.
2007-04-13 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.opt (mpopcnt): Replace "popcount" instruction * config/i386/i386.opt (mpopcnt): Replace "popcount" instruction
with "popcnt" instruction. with "popcnt" instruction.
......
...@@ -235,10 +235,6 @@ mstackrealign ...@@ -235,10 +235,6 @@ mstackrealign
Target Report Var(ix86_force_align_arg_pointer) Target Report Var(ix86_force_align_arg_pointer)
Realign stack in prologue Realign stack in prologue
msvr3-shlib
Target Report Mask(SVR3_SHLIB)
Uninitialized locals in .bss
mstack-arg-probe mstack-arg-probe
Target Report Mask(STACK_PROBE) Target Report Mask(STACK_PROBE)
Enable stack probing Enable stack probing
......
...@@ -541,7 +541,7 @@ Objective-C and Objective-C++ Dialects}. ...@@ -541,7 +541,7 @@ Objective-C and Objective-C++ Dialects}.
@gccoptlist{-mtune=@var{cpu-type} -march=@var{cpu-type} @gol @gccoptlist{-mtune=@var{cpu-type} -march=@var{cpu-type} @gol
-mfpmath=@var{unit} @gol -mfpmath=@var{unit} @gol
-masm=@var{dialect} -mno-fancy-math-387 @gol -masm=@var{dialect} -mno-fancy-math-387 @gol
-mno-fp-ret-in-387 -msoft-float -msvr3-shlib @gol -mno-fp-ret-in-387 -msoft-float @gol
-mno-wide-multiply -mrtd -malign-double @gol -mno-wide-multiply -mrtd -malign-double @gol
-mpreferred-stack-boundary=@var{num} -mcx16 -msahf @gol -mpreferred-stack-boundary=@var{num} -mcx16 -msahf @gol
-mmmx -msse -msse2 -msse3 -mssse3 -msse4a -m3dnow -mpopcnt -mabm @gol -mmmx -msse -msse2 -msse3 -mssse3 -msse4a -m3dnow -mpopcnt -mabm @gol
...@@ -9989,14 +9989,6 @@ When @option{-mcmodel=medium} is specified, the data greater than ...@@ -9989,14 +9989,6 @@ When @option{-mcmodel=medium} is specified, the data greater than
@var{threshold} are placed in large data section. This value must be the @var{threshold} are placed in large data section. This value must be the
same across all object linked into the binary and defaults to 65535. same across all object linked into the binary and defaults to 65535.
@item -msvr3-shlib
@itemx -mno-svr3-shlib
@opindex msvr3-shlib
@opindex mno-svr3-shlib
Control whether GCC places uninitialized local variables into the
@code{bss} or @code{data} segments. @option{-msvr3-shlib} places them
into @code{bss}. These options are meaningful only on System V Release 3.
@item -mrtd @item -mrtd
@opindex mrtd @opindex mrtd
Use a different function-calling convention, in which functions that Use a different function-calling convention, in which functions that
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment