diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-09 00:15:35 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-09 00:15:35 +0000 |
commit | 4e6b76bee95d93cb1975b0332495e02d1a28fad2 (patch) | |
tree | c92e74b2bd02ae16b1bca6e5595ff6350a9c1c16 /gcc/java/gcj.texi | |
parent | fc196c3c27e8f49a67c0505e70e503ff564f9204 (diff) | |
download | gcc-4e6b76bee95d93cb1975b0332495e02d1a28fad2.tar.gz |
gcc/java
* gcj.texi (libgcj Runtime Properties): Document
gnu.gcj.user.realname.
libjava
* gnu/classpath/natSystemProperties.cc (insertSystemProperties):
Set gnu.gcj.user.realname.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114500 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/gcj.texi')
-rw-r--r-- | gcc/java/gcj.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi index 38ae1abeaac..70acd7c8043 100644 --- a/gcc/java/gcj.texi +++ b/gcc/java/gcj.texi @@ -2785,6 +2785,12 @@ the name of the "main" class in the case where the @code{gij} front end is used, or the program binary name in the case where an application is compiled to a native binary. +@item gnu.gcj.user.realname +The real name of the user, as taken from the password file. This may +not always hold only the user's name (as some sites put extra +information in this field). Also, this property is not available on +all platforms. + @item gnu.gcj.runtime.NameFinder.use_addr2line Whether an external process, @command{addr2line}, should be used to determine line number information when tracing the stack. Setting this to @code{false} |