This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Recognize obsoleted options
- From: Tom Tromey <tromey at redhat dot com>
- To: Aaron Luchko <aluchko at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 12 May 2005 12:15:50 -0600
- Subject: Re: Recognize obsoleted options
- References: <1115915716.22930.43.camel@tomaluk.toronto.redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Aaron" == Aaron Luchko <aluchko@redhat.com> writes:
Aaron> These three options, '-verify' '-noverify' and '-verifyremote' are all
Aaron> obsolete as of JDK 1.2 and verify is on by default but they should still
Aaron> be parsed for reasons of backwards compatibility.
Looks good, but I have a few nits.
Aaron> 2005-05-12 Aaron Luchko <aluchko@redhat.com>
Aaron> * gij.cc (main): Recognize '-verify', '-noverify', and
Aaron> '-remoteverify'
The spelling of '-verifyremote' in the ChangeLog entry disagrees with
the patch.
Aaron> diff -r1.27 gij.cc
Aaron> 298a299,306
Please send unidiffs.
FWIW, -noverify could actually do something. Want to implement that?
Also, you have to update gcc/java/gcj.texi to account for the new
options.
thanks,
Tom