aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/java/ChangeLog4
-rw-r--r--gcc/java/gcj.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 61f0a6f..06af406 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-05 Tom Tromey <tromey@redhat.com>
+
+ * gcj.texi (Standard Properties): java.ext.dirs is now used.
+
2004-12-20 Andrew Haley <aph@redhat.com>
* typeck.c: Use fold_convert for ints and booleans.
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi
index ae9cae7..958768a 100644
--- a/gcc/java/gcj.texi
+++ b/gcc/java/gcj.texi
@@ -2310,7 +2310,7 @@ Currently not used in @code{libgcj}.
@item java.ext.dirs
Directories containing jar files with extra libraries. Will be used when
-resolving classes. Currently not used in @code{libgcj}.
+resolving classes.
@item java.protocol.handler.pkgs
A @samp{|} separated list of package names that is used to find classes that