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: Recognize obsoleted options


>>>>> "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


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