This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

Re: Remove -fnew-verifier relic


On 09/02/2010 12:38 PM, Joseph S. Myers wrote:
> jvspec.c has a relic of an option -fnew-verifier that was otherwise
> removed by:
> 
> 2004-12-03  Tom Tromey  <tromey@redhat.com>
> 
>         * lang.c (flag_new_verifier): Define.
>         (java_post_options): Set flag_new_verifier if indirect
>         dispatch
>         is being used.
>         * lang.opt (fnew-verifier): Removed.
> 
> This option cannot be used since it gets passed to jc1 which knows
> nothing about it.  This patch removes this remaining relic.
> 
> Bootstrapped with no regressions on x86_64-unknown-linux-gnu.  OK to
> commit?

OK.

Andrew.


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