diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1998-10-22 16:11:51 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1998-10-22 16:11:51 -0700 |
commit | 172b2240e287ed6ce7afe2643456c192e9f21759 (patch) | |
tree | 5969efd23d8550b1599105884fa77d21e075f366 /gcc/java | |
parent | 61719ba72ea174211d594e8856d157fa96c9756f (diff) | |
download | gcc-172b2240e287ed6ce7afe2643456c192e9f21759.zip gcc-172b2240e287ed6ce7afe2643456c192e9f21759.tar.gz gcc-172b2240e287ed6ce7afe2643456c192e9f21759.tar.bz2 |
jvspecs.c: Add (but don't enable) support for combining multiple .class and .java input...
* jvspecs.c: Add (but don't enable) support for combining multiple
.class and .java input filenames to a single jc1 invocation.
Add support for -C flag (copile to .class files).
Translate -classpath and -CLASSPATH arguments.
* lang-specs.h: Don't set %2 spec.
From-SVN: r23237
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 67da726..1ca94e8 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,11 @@ +Thu Oct 22 23:01:54 1998 Per Bothner <bothner@cygnus.com> + + * jvspecs.c: Add (but don't enable) support for combining multiple + .class and .java input filenames to a single jc1 invocation. + Add support for -C flag (copile to .class files). + Translate -classpath and -CLASSPATH arguments. + * lang-specs.h: Don't set %2 spec. + 1998-10-22 Tom Tromey <tromey@cygnus.com> * jcf-path.c (add_entry): Don't add trailing separator if entry is |