aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>2001-01-18 14:36:23 -0800
committerTom Tromey <tromey@gcc.gnu.org>2001-01-18 22:36:23 +0000
commitee08d4ccc83f5c7206317388a291923503c4df08 (patch)
treefc06c892b561d123842c96d14e62c3254daea998 /gcc
parent90deb75dfb8d7807a4bc480448f0c35529f467c7 (diff)
downloadgcc-ee08d4ccc83f5c7206317388a291923503c4df08.zip
gcc-ee08d4ccc83f5c7206317388a291923503c4df08.tar.gz
gcc-ee08d4ccc83f5c7206317388a291923503c4df08.tar.bz2
gcj.texi (Input Options): Mention .java files.
2001-01-18 Per Bothner <per@bothner.com> * gcj.texi (Input Options): Mention .java files. From-SVN: r39123
Diffstat (limited to 'gcc')
-rw-r--r--gcc/java/ChangeLog4
-rw-r--r--gcc/java/gcj.texi8
2 files changed, 8 insertions, 4 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 7e8be34..d931457 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-18 Per Bothner <per@bothner.com>
+
+ * gcj.texi (Input Options): Mention .java files.
+
2001-01-17 Alexandre Petit-Bianco <apbianco@cygnus.com>
* lang-options.h (-Wunsupported-jdk11): Removed.
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi
index 5b3cd83..14023e4 100644
--- a/gcc/java/gcj.texi
+++ b/gcc/java/gcj.texi
@@ -80,10 +80,10 @@ by the file it has been asked to compile. Like other compilers for the
Java language, @code{gcj} has a notion of a @dfn{class path}. There are
several options and environment variables which can be used to
manipulate the class path. When @code{gcj} looks for a given class, it
-searches the class path looking for the corresponding @file{.class}
-file. @code{gcj} comes with a built-in class path which points at the
-installed @file{libgcj.jar}, a file which contains all the standard
-classes.
+searches the class path looking for matching @file{.class} or
+@file{.java} file. @code{gcj} comes with a built-in class path which
+points at the installed @file{libgcj.jar}, a file which contains all the
+standard classes.
In the below, a directory or path component can refer either to an
actual directory on the filesystem, or to a @file{.zip} or @file{.jar}