This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4a45fe0 2016-02-15 Richard Biener rguenther@suse.de new c6d481f S/390: Add -fsplit-stack support
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 30 ++ gcc/common/config/s390/s390-common.c | 14 + gcc/config/s390/s390-protos.h | 1 + gcc/config/s390/s390.c | 214 +++++++++++- gcc/config/s390/s390.md | 138 ++++++++ libgcc/ChangeLog | 7 + libgcc/config.host | 4 +- libgcc/config/s390/morestack.S | 611 +++++++++++++++++++++++++++++++++++ libgcc/config/s390/t-stack-s390 | 2 + libgcc/generic-morestack.c | 4 + 10 files changed, 1018 insertions(+), 7 deletions(-) create mode 100644 libgcc/config/s390/morestack.S create mode 100644 libgcc/config/s390/t-stack-s390