summaryrefslogtreecommitdiff
path: root/gcc/c.opt
diff options
context:
space:
mode:
authorzlaski <zlaski@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-25 01:26:01 +0000
committerzlaski <zlaski@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-25 01:26:01 +0000
commitc17b85eafa482aa4b14b5c81bac7a471e41393c7 (patch)
tree1052b4d25cc404c17e6402e22b8183026f4d4263 /gcc/c.opt
parent8024827507976fce5cbedb575703ee4aa1f12809 (diff)
downloadgcc-c17b85eafa482aa4b14b5c81bac7a471e41393c7.tar.gz
2003-09-24 Ziemowit Laski <zlaski@apple.com>
MERGE OF objc-improvements-branch into MAINLINE. See 'gcc/ChangeLog' and 'gcc/testsuite/ChangeLog' for the gory details. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71748 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c.opt')
-rw-r--r--gcc/c.opt18
1 files changed, 17 insertions, 1 deletions
diff --git a/gcc/c.opt b/gcc/c.opt
index 6c4d12eb433..4f9859f6a7a 100644
--- a/gcc/c.opt
+++ b/gcc/c.opt
@@ -551,7 +551,11 @@ C++ ObjC++
fnext-runtime
ObjC ObjC++
-Generate code for NeXT runtime environment
+Generate code for NeXT (Apple Mac OS X) runtime environment
+
+fnil-receivers
+ObjC ObjC++
+Assume that receivers of Objective-C messages may be nil
fnonansi-builtins
C++ ObjC++
@@ -559,6 +563,10 @@ C++ ObjC++
fnonnull-objects
C++ ObjC++
+fobjc-exceptions
+ObjC ObjC++
+Enable Objective-C exception and synchronization syntax
+
foperator-names
C++ ObjC++
Recognize C++ kewords like \"compl\" and \"xor\"
@@ -578,6 +586,10 @@ fpreprocessed
C ObjC C++ ObjC++
Treat the input file as already preprocessed
+freplace-objc-classes
+ObjC ObjC++
+Used in Fix-and-Continue mode to indicate that object files may be swapped in at runtime
+
frepo
C++ ObjC++
Enable automatic template instantiation
@@ -666,6 +678,10 @@ fxref
C++ ObjC++
Emit cross referencing information
+fzero-link
+ObjC ObjC++
+Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode
+
gen-decls
ObjC ObjC++
Dump declarations to a .decl file