public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Remove another relic of -a
@ 2011-02-13  0:41 Joseph S. Myers
  2011-02-13 19:01 ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Joseph S. Myers @ 2011-02-13  0:41 UTC (permalink / raw)
  To: gcc-patches, java-patches

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Remove another relic of -a
  2011-02-13  0:41 Remove another relic of -a Joseph S. Myers
@ 2011-02-13 19:01 ` Tom Tromey
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2011-02-13 19:01 UTC (permalink / raw)
  To: Joseph S. Myers; +Cc: gcc-patches, java-patches

>>>>> "Joseph" == Joseph S Myers <joseph@codesourcery.com> writes:

Joseph> 2011-02-12  Joseph Myers  <joseph@codesourcery.com>
Joseph> 	* jvspec.c (jvgenmain_spec): Remove %{a*}.

Ok.

Tom

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-13 19:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-13  0:41 Remove another relic of -a Joseph S. Myers
2011-02-13 19:01 ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).