aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
authorRanjit Mathew <rmathew@hotmail.com>2002-10-20 23:47:05 +0000
committerTom Tromey <tromey@redhat.com>2002-10-20 23:47:05 +0000
commit3b74255604ef9af9afb988a03385e0e272e87a58 (patch)
tree965a818cdfdab7cd82ff535cdbf4421d2add8205 /gcc/java
parentc8180d197ff1bf9c0668259e099a41ec7bde8fe0 (diff)
2002-10-20 Ranjit Mathew <rmathew@hotmail.com>
* gcj.texi: Added item describing the GCJ runtime property "gnu.gcj.progname". git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@58342 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java')
-rw-r--r--gcc/java/ChangeLog5
-rw-r--r--gcc/java/gcj.texi3
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index d8694f707df..8704e4b7201 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -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.
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi
index f1209f68a1e..a4852205393 100644
--- a/gcc/java/gcj.texi
+++ b/gcc/java/gcj.texi
@@ -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}.