Moved the Objective-C specific options to objc/lang-options.h.
authorOvidiu Predescu <ovidiu@gcc.gnu.org>
Sun, 6 Aug 2000 07:52:35 +0000 (07:52 +0000)
committerOvidiu Predescu <ovidiu@gcc.gnu.org>
Sun, 6 Aug 2000 07:52:35 +0000 (07:52 +0000)
From-SVN: r35517

gcc/toplev.c

index 6a64f7a8a84931597a057118dea46aefc00026bf..96e431d6258f69347f8130bd60813eaddd18485b 100644 (file)
@@ -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"
 
 };