OSDN Git Service

* gcj.texi (Invoking gij): Document new -verbose:class flag.
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Jul 2004 00:17:25 +0000 (00:17 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Jul 2004 00:17:25 +0000 (00:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84250 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/java/ChangeLog
gcc/java/gcj.texi

index 46251af..88c1b15 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-07  Per Bothner  <per@bothner.com>
+
+       * gcj.texi (Invoking gij):  Document new -verbose:class flag.
+
 2004-07-07  Nathan Sidwell  <nathan@codesourcery.com>
 
        * java-tree.h (CLASSTYPE_SPUER): Adjust BINFO macros.
index e5b37a0..4eec1a4 100644 (file)
@@ -913,6 +913,9 @@ Print version number and continue.
 
 @item --version
 Print version number, then exit.
+
+@item -verbose:class
+Each time a class is initialized, print a short message on standard error.
 @end table
 
 @c man end