OSDN Git Service

* c.opt (lang-objc): Remove.
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Jun 2010 16:58:22 +0000 (16:58 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Jun 2010 16:58:22 +0000 (16:58 +0000)
* c-opts.c (c_common_handle_option): Don't handle OPT_lang_objc.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161099 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/c-family/ChangeLog
gcc/c-family/c-opts.c
gcc/c-family/c.opt

index 56f3fc6..96649c4 100644 (file)
@@ -1,3 +1,8 @@
+2010-06-21  Joseph Myers  <joseph@codesourcery.com>
+
+       * c.opt (lang-objc): Remove.
+       * c-opts.c (c_common_handle_option): Don't handle OPT_lang_objc.
+
 2010-06-21  Joern Rennecke  <joern.rennecke@embecosm.com>
 
        * c-opts.c: Include "tm_p.h".
index 1fa9745..2f8d5d8 100644 (file)
@@ -842,10 +842,6 @@ c_common_handle_option (size_t scode, const char *arg, int value,
       cpp_opts->dollars_in_ident = false;
       break;
 
-    case OPT_lang_objc:
-      cpp_opts->objc = 1;
-      break;
-
     case OPT_nostdinc:
       std_inc = false;
       break;
index 7d606db..ade444a 100644 (file)
@@ -928,9 +928,6 @@ C ObjC C++ ObjC++ Joined Separate
 lang-asm
 C Undocumented
 
-lang-objc
-C ObjC C++ ObjC++ Undocumented
-
 nostdinc
 C ObjC C++ ObjC++
 Do not search standard system include directories (those specified with -isystem will still be used)