diff options
author | Per Bothner <per@bothner.com> | 2004-03-16 16:00:40 -0800 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 2004-03-16 16:00:40 -0800 |
commit | c4cef86b3ba6eef9761fab157340944b0d735a99 (patch) | |
tree | 923f243bc00a67167f3a15c52a51c33a251d635d /gcc/java/gcj.texi | |
parent | bc4c01b72555815fec6389d1a91df9405f496947 (diff) | |
download | gcc-c4cef86b3ba6eef9761fab157340944b0d735a99.zip gcc-c4cef86b3ba6eef9761fab157340944b0d735a99.tar.gz gcc-c4cef86b3ba6eef9761fab157340944b0d735a99.tar.bz2 |
jcf-jump.c (options): New --print-constants option.
* jcf-jump.c (options): New --print-constants option.
* gcj.texi (Invoking jcf-dump): Document --print-constants.
From-SVN: r79558
Diffstat (limited to 'gcc/java/gcj.texi')
-rw-r--r-- | gcc/java/gcj.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi index 374bdf8..21c12ee 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 |