summaryrefslogtreecommitdiff
path: root/gcc/java/gcj.texi
diff options
context:
space:
mode:
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-17 00:00:40 +0000
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-17 00:00:40 +0000
commitfc304e563a7ade7c2675d06fddba51b9b0bfae2a (patch)
tree923f243bc00a67167f3a15c52a51c33a251d635d /gcc/java/gcj.texi
parentf30a9f287c063194354f8d4e87cf41692d59b1b1 (diff)
downloadgcc-fc304e563a7ade7c2675d06fddba51b9b0bfae2a.tar.gz
* jcf-jump.c (options): New --print-constants option.
* gcj.texi (Invoking jcf-dump): Document --print-constants. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79558 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/gcj.texi')
-rw-r--r--gcc/java/gcj.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi
index 374bdf8bcc9..21c12ee6cc9 100644
--- a/gcc/java/gcj.texi
+++ b/gcc/java/gcj.texi
@@ -760,6 +760,10 @@ or file name.
@item -c
Disassemble method bodies. By default method bodies are not printed.
+@item --print-constants
+Print the constant pool. When printing a reference to a constant
+also print its index in the constant pool.
+
@item --javap
Generate output in @code{javap} format. The implementation of this
feature is very incomplete.
@@ -778,6 +782,7 @@ Print version number, then exit.
@item -v, --verbose
Print extra information while running.
+Implies @code{--print-constants}.
@end table
@c man end