From 172b2240e287ed6ce7afe2643456c192e9f21759 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Thu, 22 Oct 1998 16:11:51 -0700 Subject: [PATCH] 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 --- gcc/java/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + + * 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 * jcf-path.c (add_entry): Don't add trailing separator if entry is -- 2.7.4