This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ca2169c65bd Daily bump. new 872b002b9f2 s390: libgcc: Enable soft-fp new 48787c734ee s390: Add _BitInt support
The 2 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/config/s390/s390.cc | 37 +++++++-- gcc/testsuite/gcc.target/s390/bitint-1.c | 83 ++++++++++++++++++++ gcc/testsuite/gcc.target/s390/bitint-2.c | 32 ++++++++ gcc/testsuite/gcc.target/s390/bitint-3.c | 28 +++++++ gcc/testsuite/gcc.target/s390/bitint-4.c | 71 +++++++++++++++++ libgcc/config.host | 2 + libgcc/config/s390/libgcc-glibc.ver | 14 ++++ .../{ia64/crtfastmath.c => s390/sfp-exceptions.c} | 43 +++++++++-- libgcc/config/s390/sfp-machine.h | 89 ++++++++++++++++++++++ libgcc/config/s390/t-softfp | 2 + 10 files changed, 385 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/bitint-1.c create mode 100644 gcc/testsuite/gcc.target/s390/bitint-2.c create mode 100644 gcc/testsuite/gcc.target/s390/bitint-3.c create mode 100644 gcc/testsuite/gcc.target/s390/bitint-4.c copy libgcc/config/{ia64/crtfastmath.c => s390/sfp-exceptions.c} (55%) create mode 100644 libgcc/config/s390/sfp-machine.h create mode 100644 libgcc/config/s390/t-softfp