gcj.texi: Added item describing the GCJ runtime property "gnu.gcj.progname".
authorRanjit Mathew <rmathew@hotmail.com>
Sun, 20 Oct 2002 23:47:05 +0000 (23:47 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Sun, 20 Oct 2002 23:47:05 +0000 (23:47 +0000)
2002-10-20  Ranjit Mathew <rmathew@hotmail.com>

* gcj.texi: Added item describing the GCJ runtime property
"gnu.gcj.progname".

From-SVN: r58342

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

index d8694f707df90ae065f20ab26f3f70deea084f9b..8704e4b7201bc6ec0b8e5f2549ce5d29baf0a0d9 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-20  Ranjit Mathew <rmathew@hotmail.com>
+
+       * gcj.texi: Added item describing the GCJ runtime property
+       "gnu.gcj.progname".
+
 2002-10-15  Richard Henderson  <rth@redhat.com>
 
        * jcf-parse.c (get_constant): Fix type warning.
index f1209f68a1e784a6737d9b32df1f2232d1a70945..a4852205393574526f06ece1a09c5bb60c83ff9f 100644 (file)
@@ -2190,6 +2190,9 @@ then the empty string.  When set all newly created @code{DatagramSocket}s will
 try to load a class @code{java.net.[impl.prefix]DatagramSocketImpl} instead of
 the normal @code{java.net.PlainDatagramSocketImpl}.
 
+@item gnu.gcj.progname
+The name that was used to invoked the program.
+
 @item gnu.gcj.runtime.NameFinder.demangle
 Whether names in a stack trace should be demangled.  Defaults to @code{true}.