aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/gcj.texi
diff options
context:
space:
mode:
authorAnthony Green <green@redhat.com>2005-03-25 00:38:43 +0000
committerAnthony Green <green@gcc.gnu.org>2005-03-25 00:38:43 +0000
commit206318ea4505f9e7794b1fdded907be0d508a908 (patch)
treed5fad0adecf376ff1dbdfe3f240a480ab44643b5 /gcc/java/gcj.texi
parent761d80b91f9b4b57b29a7f1df3ff34340b5a0ae2 (diff)
downloadgcc-206318ea4505f9e7794b1fdded907be0d508a908.zip
gcc-206318ea4505f9e7794b1fdded907be0d508a908.tar.gz
gcc-206318ea4505f9e7794b1fdded907be0d508a908.tar.bz2
From libjava...
2005-03-24 Anthony Green <green@redhat.com> * gnu/gcj/tools/gcj_dbtool/Main.java: Accept libdir argument with -p option. (usage): Add [LIBDIR] to help output. * gnu/gcj/tools/gcj_dbtool/natMain.cc: New file. * Makefile.am (AM_CXXFLAGS): Define LIBGCJ_DEFAULT_DATABASE_PATH_TAIL. (db_pathtail): New macro. From gcc/java... 2005-03-24 Anthony Green <green@redhat.com> * gcj.texi (Invoking gcj-dbtool): Document new LIBDIR option to 'gcj-dbtool -p'. From-SVN: r97028
Diffstat (limited to 'gcc/java/gcj.texi')
-rw-r--r--gcc/java/gcj.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi
index ffa54a8..748597b 100644
--- a/gcc/java/gcj.texi
+++ b/gcc/java/gcj.texi
@@ -991,7 +991,7 @@ Each time a class is initialized, print a short message on standard error.
gcj-dbtool @option{OPTION} @var{DBFILE} [@option{MORE}] @dots{}
gcj-dbtool [@option{-n}] [@option{-a}] [@option{-f}]
- [@option{-t}] [@option{-l}] [@option{-p}]
+ [@option{-t}] [@option{-l}] [@option{-p} [@var{LIBDIR}]]
[@option{-v}] [@option{--version}] [@option{--help}]
@c man end
@@ -1045,7 +1045,9 @@ List the contents of a database.
@item -p
Print the name of the default database. If there is no default
-database, this prints a blank line.
+database, this prints a blank line. If @var{LIBDIR} is specified, use
+it instead of the default library directory component of the database
+name.
@item --help
Print a help message, then exit.