This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Remove another relic of -a


When I removed various relics of -a/-ax in
<http://gcc.gnu.org/ml/gcc-patches/2010-08/msg00066.html>, I missed
one in jvspec.c.  This patch removes that %{a*} spec.

Bootstrapped with no regressions on x86_64-unknown-linux-gnu.  OK to
commit?

2011-02-12  Joseph Myers  <joseph@codesourcery.com>

	* jvspec.c (jvgenmain_spec): Remove %{a*}.

Index: gcc/java/jvspec.c
===================================================================
--- gcc/java/jvspec.c	(revision 170091)
+++ gcc/java/jvspec.c	(working copy)
@@ -59,7 +59,7 @@ int shared_libgcc = 1;
 static const char jvgenmain_spec[] =
   "jvgenmain %{findirect-dispatch} %{D*} %b %m.i |\n\
    cc1 %m.i %1 \
-		   %{!Q:-quiet} -dumpbase %b.c %{d*} %{m*} %{a*}\
+		   %{!Q:-quiet} -dumpbase %b.c %{d*} %{m*}\
 		   %{g*} %{O*} \
 		   %{v:-version} %{pg:-p} %{p}\
 		   %<fbounds-check %<fno-bounds-check\

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]