re PR java/20309 (gcjh needs a -force option)
authorThomas Fitzsimmons <fitzsim@redhat.com>
Wed, 4 May 2005 01:46:41 +0000 (01:46 +0000)
committerThomas Fitzsimmons <fitzsim@gcc.gnu.org>
Wed, 4 May 2005 01:46:41 +0000 (01:46 +0000)
commitd8be0aabf797319f3395103cb0bed48420c604c2
treee8e97f92431a39873002e0cc9d3804b0f4f94c67
parentfbdd0b09248e2b49f21116fd7520b33c9b493f3f
re PR java/20309 (gcjh needs a -force option)

2005-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>

        PR java/20309
        * Make-lang.in (java): Add gjnih.
        (JAVA_TARGET_INDEPENDENT_BIN_TOOLS): Likewise.
        (GJNIH_OBJS): New variable.
        (gjnih$(exeext)): New target.
        (JAVA_MANFILES): Add gjnih.1.
        (java.uninstall): Add gjnih.1.
        (java.mostlyclean): Add gjnih.
        (java.maintainer-clean): Add gjnih.1.
        (java/gjavah-jni.o): New target.
        (.INTERMEDIATE): Add gjnih.pod.
        (gjnih.pod): New target.
        * config-lang.in (stagestuff): Add gjnih.
        * gcj.texi (Top): Add gjnih node.
        (Invoking gcjh): Add descriptions of -force, -old, -trace, -J and
        -bootclasspath options.
        (Invoking gjnih): New node.
        * gjavah.c Initialize flag_jni to 1 if JNI_DEFAULT is defined.
        (TOOLNAME): New macro.
        (error): Replace hard-coded gcjh with TOOLNAME.
        (process_file): Likewise.
        (usage): Likewise.
        (version): Likewise.
        (help): Likewise.  Add help output for -force, -old, -trace and -J
        options.
        (OPT_FORCE, OPT_OLD, OPT_TRACE): New macros.
        (options): Add force, old, trace and J fields.
        (main): Handle -force, -old, -trace and -J options.

From-SVN: r99206
gcc/java/ChangeLog
gcc/java/Make-lang.in
gcc/java/config-lang.in
gcc/java/gcj.texi
gcc/java/gjavah.c