Commit 5ad7ae7f by Ben Elliston Committed by Ben Elliston

invoke.texi (Objective-C Dialect Options): Don't prefix options with "-" in the option index.

	* doc/invoke.texi (Objective-C Dialect Options): Don't prefix
	options with "-" in the option index.
	(SPARC Options): Likewise.
	(M32R/D Options): Likewise.

From-SVN: r81272
parent c4b8e5de
2004-04-28 Ben Elliston <bje@au.ibm.com>
* doc/invoke.texi (Objective-C Dialect Options): Don't prefix
options with "-" in the option index.
(SPARC Options): Likewise.
(M32R/D Options): Likewise.
2004-04-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2004-04-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* convert.c (convert_to_integer): Convert (long)round -> lround, * convert.c (convert_to_integer): Convert (long)round -> lround,
......
...@@ -1764,7 +1764,7 @@ for NeXT-based systems, including Darwin and Mac OS X@. The macro ...@@ -1764,7 +1764,7 @@ for NeXT-based systems, including Darwin and Mac OS X@. The macro
used. used.
@item -fno-nil-receivers @item -fno-nil-receivers
@opindex -fno-nil-receivers @opindex fno-nil-receivers
Assume that all Objective-C message dispatches (e.g., Assume that all Objective-C message dispatches (e.g.,
@code{[receiver message:arg]}) in this translation unit ensure that the receiver @code{[receiver message:arg]}) in this translation unit ensure that the receiver
is not @code{nil}. This allows for more efficient entry points in the runtime to be is not @code{nil}. This allows for more efficient entry points in the runtime to be
...@@ -1772,7 +1772,7 @@ used. Currently, this option is only available in conjunction with ...@@ -1772,7 +1772,7 @@ used. Currently, this option is only available in conjunction with
the NeXT runtime on Mac OS X 10.3 and later. the NeXT runtime on Mac OS X 10.3 and later.
@item -fobjc-exceptions @item -fobjc-exceptions
@opindex -fobjc-exceptions @opindex fobjc-exceptions
Enable syntactic support for structured exception handling in Objective-C, Enable syntactic support for structured exception handling in Objective-C,
similar to what is offered by C++ and Java. Currently, this option is only similar to what is offered by C++ and Java. Currently, this option is only
available in conjunction with the NeXT runtime on Mac OS X 10.3 and later. available in conjunction with the NeXT runtime on Mac OS X 10.3 and later.
...@@ -1864,7 +1864,7 @@ Unlike Java, Objective-C does not allow for entire methods to be marked ...@@ -1864,7 +1864,7 @@ Unlike Java, Objective-C does not allow for entire methods to be marked
to be unlocked properly. to be unlocked properly.
@item -freplace-objc-classes @item -freplace-objc-classes
@opindex -freplace-objc-classes @opindex freplace-objc-classes
Emit a special marker instructing @command{ld(1)} not to statically link in Emit a special marker instructing @command{ld(1)} not to statically link in
the resulting object file, and allow @command{dyld(1)} to load it in at the resulting object file, and allow @command{dyld(1)} to load it in at
run time instead. This is used in conjunction with the Fix-and-Continue run time instead. This is used in conjunction with the Fix-and-Continue
...@@ -1875,7 +1875,7 @@ is only available in conjunction with the NeXT runtime on Mac OS X 10.3 ...@@ -1875,7 +1875,7 @@ is only available in conjunction with the NeXT runtime on Mac OS X 10.3
and later. and later.
@item -fzero-link @item -fzero-link
@opindex -fzero-link @opindex fzero-link
When compiling for the NeXT runtime, the compiler ordinarily replaces calls When compiling for the NeXT runtime, the compiler ordinarily replaces calls
to @code{objc_getClass("@dots{}")} (when the name of the class is known at to @code{objc_getClass("@dots{}")} (when the name of the class is known at
compile time) with static class references that get initialized at load time, compile time) with static class references that get initialized at load time,
...@@ -1926,7 +1926,7 @@ compilation. This also enforces the coding style convention ...@@ -1926,7 +1926,7 @@ compilation. This also enforces the coding style convention
that methods and selectors must be declared before being used. that methods and selectors must be declared before being used.
@item -print-objc-runtime-info @item -print-objc-runtime-info
@opindex -print-objc-runtime-info @opindex print-objc-runtime-info
Generate C header describing the largest structure that is passed by Generate C header describing the largest structure that is passed by
value, if any. value, if any.
...@@ -6393,8 +6393,8 @@ that select a particular cpu implementation. Those are @samp{cypress}, ...@@ -6393,8 +6393,8 @@ that select a particular cpu implementation. Those are @samp{cypress},
@item -mv8plus @item -mv8plus
@itemx -mno-v8plus @itemx -mno-v8plus
@opindex -mv8plus @opindex mv8plus
@opindex -mno-v8plus @opindex mno-v8plus
With @option{-mv8plus}, GCC generates code for the SPARC-V8+ ABI. The With @option{-mv8plus}, GCC generates code for the SPARC-V8+ ABI. The
difference from the V8 ABI is that the global and out registers are difference from the V8 ABI is that the global and out registers are
considered 64-bit wide. This is enabled by default on Solaris in 32-bit considered 64-bit wide. This is enabled by default on Solaris in 32-bit
...@@ -6402,8 +6402,8 @@ mode for all SPARC-V9 processors. ...@@ -6402,8 +6402,8 @@ mode for all SPARC-V9 processors.
@item -mvis @item -mvis
@itemx -mno-vis @itemx -mno-vis
@opindex -mvis @opindex mvis
@opindex -mno-vis @opindex mno-vis
With @option{-mvis}, GCC generates code that takes advantage of the UltraSPARC With @option{-mvis}, GCC generates code that takes advantage of the UltraSPARC
Visual Instruction Set extensions. The default is @option{-mno-vis}. Visual Instruction Set extensions. The default is @option{-mno-vis}.
@end table @end table
...@@ -6947,7 +6947,7 @@ doesn't the linker will give an error message---incorrect code will not be ...@@ -6947,7 +6947,7 @@ doesn't the linker will give an error message---incorrect code will not be
generated. generated.
@item -mdebug @item -mdebug
@opindex -mdebug @opindex mdebug
Makes the M32R specific code in the compiler display some statistics Makes the M32R specific code in the compiler display some statistics
that might help in debugging programs. that might help in debugging programs.
......
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