diff options
author | Ovidiu Predescu <ovidiu@gcc.gnu.org> | 2000-08-06 07:52:35 +0000 |
---|---|---|
committer | Ovidiu Predescu <ovidiu@gcc.gnu.org> | 2000-08-06 07:52:35 +0000 |
commit | cf02c6b135843aa2a1ea7e95de7f2c572b7503a8 (patch) | |
tree | ea0a88834b50c7b2faa12ee29c5d85b99e3667b2 | |
parent | 52e44bb2f82dc0676f26c8e48982742be18d5bd2 (diff) | |
download | gcc-cf02c6b135843aa2a1ea7e95de7f2c572b7503a8.zip gcc-cf02c6b135843aa2a1ea7e95de7f2c572b7503a8.tar.gz gcc-cf02c6b135843aa2a1ea7e95de7f2c572b7503a8.tar.bz2 |
Moved the Objective-C specific options to objc/lang-options.h.
From-SVN: r35517
-rw-r--r-- | gcc/toplev.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 6a64f7a..96e431d 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" }; |