aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/gcj.texi
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-03-07 20:16:25 +0000
committerTom Tromey <tromey@gcc.gnu.org>2005-03-07 20:16:25 +0000
commit7f8b151be7017b7fd6e422875210ba5f406e4abe (patch)
tree2ec4abec89652053f890da26b60bf7b63d1158b9 /gcc/java/gcj.texi
parent088a1762744ea428d83cd5d91bed0e89103683ba (diff)
downloadgcc-7f8b151be7017b7fd6e422875210ba5f406e4abe.zip
gcc-7f8b151be7017b7fd6e422875210ba5f406e4abe.tar.gz
gcc-7f8b151be7017b7fd6e422875210ba5f406e4abe.tar.bz2
gcj.texi (Invoking gcj-dbtool): Document '-f'.
gcc/java: * gcj.texi (Invoking gcj-dbtool): Document '-f'. libjava: * gnu/gcj/tools/gcj_dbtool/Main.java (main): Recognize '-f'. (usage): Document '-f'. From-SVN: r96041
Diffstat (limited to 'gcc/java/gcj.texi')
-rw-r--r--gcc/java/gcj.texi8
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi
index b270b6f..227c230 100644
--- a/gcc/java/gcj.texi
+++ b/gcc/java/gcj.texi
@@ -990,7 +990,8 @@ Each time a class is initialized, print a short message on standard error.
@c man begin SYNOPSIS gcj-dbtool
gcj-dbtool @option{OPTION} @var{DBFILE} [@option{MORE}] @dots{}
-gcj-dbtool [@option{-n}] [@option{-a}] [@option{-t}] [@option{-l}]
+gcj-dbtool [@option{-n}] [@option{-a}] [@option{-f}]
+ [@option{-t}] [@option{-l}]
[@option{-v}] [@option{--version}] [@option{--help}]
@c man end
@@ -1027,11 +1028,14 @@ you can choose a larger initial size if desired. The default size is
32,749.
@item -a @var{DBFILE} @var{JARFILE} @var{LIB}
+@itemx -f @var{DBFILE} @var{JARFILE} @var{LIB}
This adds a jar file to the database. For each class file in the jar,
a cryptographic signature of the bytecode representation of the class
is recorded in the database. At runtime, a class is looked up by its
signature and the compiled form of the class is looked for in the
-corresponding shared library.
+corresponding shared library. The @option{-a} option will verify
+that @var{LIB} exists before adding it to the database; @option{-f}
+skips this check.
@item -t @var{DBFILE}
Test a database.