summaryrefslogtreecommitdiffstats
path: root/gcc/java
diff options
context:
space:
mode:
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-25 00:38:43 +0000
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-25 00:38:43 +0000
commit90dc9267422e12f549bccd0cd84e407d45a6bc19 (patch)
treed5fad0adecf376ff1dbdfe3f240a480ab44643b5 /gcc/java
parentd2f49aead488254eb7102883f09cb53a10dc08eb (diff)
downloadppe42-gcc-90dc9267422e12f549bccd0cd84e407d45a6bc19.tar.gz
ppe42-gcc-90dc9267422e12f549bccd0cd84e407d45a6bc19.zip
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'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97028 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java')
-rw-r--r--gcc/java/ChangeLog5
-rw-r--r--gcc/java/gcj.texi6
2 files changed, 9 insertions, 2 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 16b956e0bb8..1c38f50dfee 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-24 Anthony Green <green@redhat.com>
+
+ * gcj.texi (Invoking gcj-dbtool): Document new LIBDIR option to
+ 'gcj-dbtool -p'.
+
2005-03-23 Tom Tromey <tromey@redhat.com>
* decl.c (GCJ_CURRENT_BC_ABI_VERSION): New define.
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi
index ffa54a88df8..748597b8eb7 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.
OpenPOWER on IntegriCloud