summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-29 04:26:51 +0000
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-29 04:26:51 +0000
commitd8cf602e3e4ff67bb9477e20f1a89daab75d589d (patch)
tree38c4e4bb63d69d1f9b2619058322e7500d71e4e6 /gcc
parentcfaf5bc3ef709f6725f5e171cdfa808348342ac8 (diff)
downloadgcc-d8cf602e3e4ff67bb9477e20f1a89daab75d589d.tar.gz
* doc/invoke.texi (Objective-C Dialect Options): Don't prefix
options with "-" in the option index. (SPARC Options): Likewise. (M32R/D Options): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81272 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/doc/invoke.texi20
2 files changed, 17 insertions, 10 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e67e0f84775..317e6fe5481 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+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>
* convert.c (convert_to_integer): Convert (long)round -> lround,
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 73fed775f92..7cba693f4c6 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -1764,7 +1764,7 @@ for NeXT-based systems, including Darwin and Mac OS X@. The macro
used.
@item -fno-nil-receivers
-@opindex -fno-nil-receivers
+@opindex fno-nil-receivers
Assume that all Objective-C message dispatches (e.g.,
@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
@@ -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.
@item -fobjc-exceptions
-@opindex -fobjc-exceptions
+@opindex fobjc-exceptions
Enable syntactic support for structured exception handling in Objective-C,
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.
@@ -1864,7 +1864,7 @@ Unlike Java, Objective-C does not allow for entire methods to be marked
to be unlocked properly.
@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
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
@@ -1875,7 +1875,7 @@ is only available in conjunction with the NeXT runtime on Mac OS X 10.3
and later.
@item -fzero-link
-@opindex -fzero-link
+@opindex fzero-link
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
compile time) with static class references that get initialized at load time,
@@ -1926,7 +1926,7 @@ compilation. This also enforces the coding style convention
that methods and selectors must be declared before being used.
@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
value, if any.
@@ -6393,8 +6393,8 @@ that select a particular cpu implementation. Those are @samp{cypress},
@item -mv8plus
@itemx -mno-v8plus
-@opindex -mv8plus
-@opindex -mno-v8plus
+@opindex mv8plus
+@opindex mno-v8plus
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
considered 64-bit wide. This is enabled by default on Solaris in 32-bit
@@ -6402,8 +6402,8 @@ mode for all SPARC-V9 processors.
@item -mvis
@itemx -mno-vis
-@opindex -mvis
-@opindex -mno-vis
+@opindex mvis
+@opindex mno-vis
With @option{-mvis}, GCC generates code that takes advantage of the UltraSPARC
Visual Instruction Set extensions. The default is @option{-mno-vis}.
@end table
@@ -6947,7 +6947,7 @@ doesn't the linker will give an error message---incorrect code will not be
generated.
@item -mdebug
-@opindex -mdebug
+@opindex mdebug
Makes the M32R specific code in the compiler display some statistics
that might help in debugging programs.