aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBryce McKinlay <mckinlay@redhat.com>2005-11-25 03:36:13 +0000
committerBryce McKinlay <bryce@gcc.gnu.org>2005-11-25 03:36:13 +0000
commit409f11d57c5eba8447ae22875e741689f2082c84 (patch)
treee9848e788a8b5e1d816f5c485adc8195c67b265d /gcc
parent725cd7a8cc6a46fe73d7dfbfed69fb8b8bc22aca (diff)
downloadgcc-409f11d57c5eba8447ae22875e741689f2082c84.zip
gcc-409f11d57c5eba8447ae22875e741689f2082c84.tar.gz
gcc-409f11d57c5eba8447ae22875e741689f2082c84.tar.bz2
gij.cc (nonstandard_opts_help): Add entry for -Xss.
2005-11-24 Bryce McKinlay <mckinlay@redhat.com> * gij.cc (nonstandard_opts_help): Add entry for -Xss. 2005-11-24 Bryce McKinlay <mckinlay@redhat.com> * gcj.texi (gij options): Add -Xss documentation. From-SVN: r107480
Diffstat (limited to 'gcc')
-rw-r--r--gcc/java/ChangeLog4
-rw-r--r--gcc/java/gcj.texi3
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 093fc8f..60a0aef 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-24 Bryce McKinlay <mckinlay@redhat.com>
+
+ * gcj.texi (gij options): Add -Xss documentation.
+
2005-11-08 Wil Mahan <wmahan@gmail.com>
PR java/23617
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi
index 142671e..21cc2a5 100644
--- a/gcc/java/gcj.texi
+++ b/gcc/java/gcj.texi
@@ -1111,6 +1111,9 @@ Set the initial heap size.
@item -Xmx@var{size}
Set the maximum heap size.
+
+@item -Xss@var{size}
+Set the thread stack size.
@end table
Unrecognized @code{-X} options are ignored, for compatibility with