]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
lang-specs.h: Rewrite -MD and -MMD to append an underscore.
authorNeil Booth <neil@daikokuya.co.uk>
Sat, 14 Jun 2003 22:25:50 +0000 (22:25 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sat, 14 Jun 2003 22:25:50 +0000 (22:25 +0000)
* lang-specs.h: Rewrite -MD and -MMD to append an underscore.
* lang.c (java_handle_option): -MD and -MMD have an underscore.
* lang.opt: -MD and -MMD have an underscore.

From-SVN: r67958

gcc/java/ChangeLog
gcc/java/lang-specs.h
gcc/java/lang.c
gcc/java/lang.opt

index 0fdaa9dd890d9e80e032a7d541b0aa42e00d2e74..d1827cb6c4afd67d11e766e0769dec6c61248aec 100644 (file)
@@ -1,3 +1,9 @@
+2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
+
+       * lang-specs.h: Rewrite -MD and -MMD to append an underscore.
+       * lang.c (java_handle_option): -MD and -MMD have an underscore.
+       * lang.opt: -MD and -MMD have an underscore.
+
 2003-06-14  Nathan Sidwell  <nathan@codesourcery.com>
 
        * class.c (emit_register_classes): Adjust init_function_start
index 4f4cf5454b94df1a0e6ce2458ef1e41e26ab663b..35a88656370a36e94ae0edffba5f771dde7ede8a 100644 (file)
@@ -36,6 +36,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc.  */
     %{femit-class-file:%{!fsyntax-only:%e-femit-class-file should used along with -fsyntax-only}}\
     %{femit-class-files:%{!fsyntax-only:%e-femit-class-file should used along with -fsyntax-only}}\
     %{!E:jc1 %i %(jc1) %(cc1_options) %{+e*} %{I*}\
-             %{MD} %{MMD} %{M} %{MM} %{MA} %{MT*} %{MF*}\
+             %{MD:-MD_} %{MMD:-MMD_} %{M} %{MM} %{MA} %{MT*} %{MF*}\
              %{!fsyntax-only:%(invoke_as)}}", 0},
 
index 8fd4ba07437d9832e462616a0bc8e7d3fb251ebf..ab5b744fee1a1c7af520ac48e6421eab791174ff 100644 (file)
@@ -301,7 +301,7 @@ java_handle_option (size_t scode, const char *arg, int value)
       dependency_tracking |= DEPEND_ENABLE;
       break;
 
-    case OPT_MD:
+    case OPT_MD_:
       jcf_dependency_init (1);
       dependency_tracking |= DEPEND_SET_FILE | DEPEND_ENABLE;
       break;
@@ -316,7 +316,7 @@ java_handle_option (size_t scode, const char *arg, int value)
       dependency_tracking |= DEPEND_ENABLE;
       break;
 
-    case OPT_MMD:
+    case OPT_MMD_:
       jcf_dependency_init (0);
       dependency_tracking |= DEPEND_SET_FILE | DEPEND_ENABLE;
       break;
index b02e6b334e735f67923083927faf6857e6ce22fd..166b1b0afa5841fda144f7aeb913517c5a4a5f14 100644 (file)
@@ -47,7 +47,7 @@ Java Joined
 M
 Java
 
-MD
+MD_
 Java
 
 MF
@@ -56,7 +56,7 @@ Java Separate
 MM
 Java
 
-MMD
+MMD_
 Java
 
 MP