summaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorovidiu <ovidiu@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-06 07:52:35 +0000
committerovidiu <ovidiu@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-06 07:52:35 +0000
commit102b61ca753f4b4357468f4b9cc309f59a1b7126 (patch)
treeea0a88834b50c7b2faa12ee29c5d85b99e3667b2 /gcc/toplev.c
parente553b6b8fb1505db5363cb269b045577b8b5d4d5 (diff)
downloadgcc-102b61ca753f4b4357468f4b9cc309f59a1b7126.tar.gz
Moved the Objective-C specific options to objc/lang-options.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35517 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 6a64f7a8a84..96e431d6258 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -1247,22 +1247,6 @@ documented_lang_options[] =
#define DEFINE_LANG_NAME(NAME) { NULL, NAME },
- /* These are for Objective C. */
- DEFINE_LANG_NAME ("Objective C")
-
- { "-lang-objc", "" },
- { "-gen-decls", "Dump decls to a .decl file" },
- { "-fgnu-runtime", "Generate code for GNU runtime environment" },
- { "-fno-gnu-runtime", "" },
- { "-fnext-runtime", "Generate code for NeXT runtime environment" },
- { "-fno-next-runtime", "" },
- { "-Wselector", "Warn if a selector has multiple methods" },
- { "-Wno-selector", "" },
- { "-Wprotocol", "" },
- { "-Wno-protocol", "Do not warn if inherited methods are unimplemented"},
- { "-print-objc-runtime-info",
- "Generate C header of platform specific features" },
-
#include "options.h"
};