2004-08-18 Andreas Krebbel <krebbel1@de.ibm.com>
authorAndreas Krebbel <krebbel1@de.ibm.com>
Thu, 19 Aug 2004 22:10:52 +0000 (22:10 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Thu, 19 Aug 2004 22:10:52 +0000 (22:10 +0000)
commitd75f90f1923454ae3dac50d69b90d907ac2607c6
treeeeea6222ac8bd32c272f58807907ed68b7268736
parentca29916b48a25dcc7a422032b63be032a1f9b6ac
2004-08-18  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.md (s390_warn_framesize_string)
(s390_warn_dynamic_string, s390_stack_size_string)
(s390_stack_guard_string): New global string variables.
(s390_warn_framesize, s390_warn_dynamicstack_p, s390_stack_size)
(s390_stack_guard): New global variables.
(override_options): Added checks for the new options.
(s390_emit_prologue): Emit stack check and trap code and perform
compile time stack size checking.

* config/s390/s390.h (TARGET_OPTIONS): Added new options
"warn-framesize", "warn-dynamicstack", "stack-size" and
"stack-guard".

* doc/invoke.texi: Added documentation for the new options.

From-SVN: r86284
gcc/ChangeLog
gcc/config/s390/s390.c
gcc/config/s390/s390.h
gcc/doc/invoke.texi