aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOvidiu Predescu <ovidiu@gcc.gnu.org>2000-08-06 07:52:35 +0000
committerOvidiu Predescu <ovidiu@gcc.gnu.org>2000-08-06 07:52:35 +0000
commitcf02c6b135843aa2a1ea7e95de7f2c572b7503a8 (patch)
treeea0a88834b50c7b2faa12ee29c5d85b99e3667b2
parent52e44bb2f82dc0676f26c8e48982742be18d5bd2 (diff)
downloadgcc-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.c16
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"
};