* jvspec.c (jvgenmain_spec): Use `%umain', not just `%u'.
authorTom Tromey <tromey@cygnus.com>
Thu, 14 Oct 1999 20:55:21 +0000 (20:55 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Thu, 14 Oct 1999 20:55:21 +0000 (20:55 +0000)
From-SVN: r29985

gcc/java/ChangeLog
gcc/java/jvspec.c

index 81b883469a6f72f1d1231567c148c6a693d20dbb..983de4d5835bc3d50e611f912766069367cde677 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-14  Tom Tromey  <tromey@cygnus.com>
+
+       * jvspec.c (jvgenmain_spec): Use `%umain', not just `%u'.
+
 1999-10-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * jcf-dump.c (print_constant, disassemble_method): Don't call a
index 13312f55c6f947ca943e2cdad3a47f8dc9c7c219..87d893d9747ffd53438283f7a8fed66eda0a10eb 100644 (file)
@@ -50,15 +50,15 @@ int lang_specific_extra_outfiles = 0;
 #define COMBINE_INPUTS 0
 
 const char jvgenmain_spec[] =
-  "jvgenmain %i %{!pipe:%u.i} |\n\
-   cc1 %{!pipe:%U.i} %1 \
+  "jvgenmain %i %{!pipe:%umain.i} |\n\
+   cc1 %{!pipe:%Umain.i} %1 \
                   %{!Q:-quiet} -dumpbase %b.c %{d*} %{m*} %{a*}\
                   %{g*} %{O*} \
                   %{v:-version} %{pg:-p} %{p} %{f*}\
                   %{aux-info*}\
                   %{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
-                  %{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%U.s}} |\n\
-              %{!S:as %a %Y -o %d%w%u%O %{!pipe:%U.s} %A\n }";
+                  %{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%Umain.s}} |\n\
+              %{!S:as %a %Y -o %d%w%umain%O %{!pipe:%Umain.s} %A\n }";
 
 /* Return full path name of spec file if it is in DIR, or NULL if
    not.  */