OSDN Git Service

2004-08-18 Andreas Krebbel <krebbel1@de.ibm.com>
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Aug 2004 22:10:52 +0000 (22:10 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Aug 2004 22:10:52 +0000 (22:10 +0000)
commitcbb300e853016da2b67d0d677d73d09534a0383a
treeeeea6222ac8bd32c272f58807907ed68b7268736
parent88cbb18b3ddd0541690d29f6b0ac9a714a6b13da
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86284 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/s390/s390.c
gcc/config/s390/s390.h
gcc/doc/invoke.texi