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 d8694f7..8704e4b 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 f1209f6..a485220 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}.