Moved the Objective-C specific options to objc/lang-options.h.

From-SVN: r35517
This commit is contained in:
Ovidiu Predescu 2000-08-06 07:52:35 +00:00
parent 52e44bb2f8
commit cf02c6b135

View 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"
};