aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2002-10-25 03:27:02 +0000
committerTom Tromey <tromey@redhat.com>2002-10-25 03:27:02 +0000
commit78d8b4e0268c242a1bdfabc9e45432d1416cc249 (patch)
treeabbc2ea74f0ec8cbb67de374184bc24462c9331d /gcc/java
parentff19ac05471214361f41ab1839d5b20c69418053 (diff)
* gcj.texi (Invoking gij): Document --showversion.
(Standard Properties): java.library.path now set. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@58519 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java')
-rw-r--r--gcc/java/ChangeLog5
-rw-r--r--gcc/java/gcj.texi7
2 files changed, 10 insertions, 2 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 26e44c49296..678c93287ae 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-24 Tom Tromey <tromey@redhat.com>
+
+ * gcj.texi (Invoking gij): Document --showversion.
+ (Standard Properties): java.library.path now set.
+
2002-10-23 Tom Tromey <tromey@redhat.com>
* gjavah.c (decode_signature_piece): In JNI mode, print
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi
index a4852205393..3397a423a87 100644
--- a/gcc/java/gcj.texi
+++ b/gcc/java/gcj.texi
@@ -775,7 +775,7 @@ gij [@option{-jar}] [@option{OPTION}] @dots{} @var{CLASS} [@var{ARGS}@dots{}]
[@option{-cp} @var{path}] [@option{-classpath} @var{path}]
[@option{-D}@var{name}[=@var{value}]@dots{}]
[@option{-ms=}@var{number}] [@option{-mx=}@var{number}]
- [@option{--version}] [@option{--help}]
+ [@option{--showversion}] [@option{--version}] [@option{--help}]
@c man end
@c man begin SEEALSO gij
gcc(1), gcj(1), gcjh(1), jv-scan(1), jcf-dump(1), gfdl(7),
@@ -842,6 +842,9 @@ as the name of a jar file, not a class.
@item --help
Print help, then exit.
+@item --showversion
+Print version number and continue.
+
@item --version
Print version number, then exit.
@end table
@@ -2065,7 +2068,7 @@ The name of the Runtime Environment specification
The paths (jar files, zip files and directories) used for finding class files.
@item java.library.path
-Directory path used for finding native libraries. Currently not set.
+Directory path used for finding native libraries.
@item java.io.tmpdir
The directory used to put temporary files in.