diff options
| author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-25 03:36:13 +0000 |
|---|---|---|
| committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-25 03:36:13 +0000 |
| commit | 9d642d31e99090167a7bfa67fe741381cabc7d14 (patch) | |
| tree | e9848e788a8b5e1d816f5c485adc8195c67b265d /libjava | |
| parent | 94dc5854c1fbb70c6c48108b20e88d1f7c65d85a (diff) | |
| download | ppe42-gcc-9d642d31e99090167a7bfa67fe741381cabc7d14.tar.gz ppe42-gcc-9d642d31e99090167a7bfa67fe741381cabc7d14.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107480 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
| -rw-r--r-- | libjava/ChangeLog | 4 | ||||
| -rw-r--r-- | libjava/gij.cc | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 9219f19c734..3701a4181bb 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +2005-11-24 Bryce McKinlay <mckinlay@redhat.com> + + * gij.cc (nonstandard_opts_help): Add entry for -Xss. + 2005-11-17 Mark Wielaard <mark@klomp.org> Imported GNU Classpath gcj-import-20051117. diff --git a/libjava/gij.cc b/libjava/gij.cc index 7c8d8b4222b..44adea26e74 100644 --- a/libjava/gij.cc +++ b/libjava/gij.cc @@ -52,6 +52,7 @@ nonstandard_opts_help () { printf (" -Xms<size> set initial heap size\n"); printf (" -Xmx<size> set maximum heap size\n"); + printf (" -Xss<size> set thread stack size\n"); exit (0); } |

