This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4d4180c [gcc] new d99eec2 2016-01-21 Michael Meissner meissner@linux.vnet.ibm.com [...]
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: libgcc/ChangeLog | 80 +++++ libgcc/config.host | 9 + .../rs6000/extendkftf2-sw.c} | 44 ++- .../{soft-fp/fixtfti.c => config/rs6000/fixkfti.c} | 17 +- .../fixunstfti.c => config/rs6000/fixunskfti.c} | 17 +- libgcc/config/rs6000/float128-hw.c | 207 ++++++++++++ libgcc/config/rs6000/float128-ifunc.c | 362 +++++++++++++++++++++ libgcc/config/rs6000/float128-sed | 25 ++ .../floattitf.c => config/rs6000/floattikf.c} | 17 +- .../floattitf.c => config/rs6000/floatuntikf.c} | 17 +- libgcc/config/rs6000/quad-float128.h | 213 ++++++++++++ libgcc/config/rs6000/sfp-exceptions.c | 72 ++++ libgcc/config/rs6000/sfp-machine.h | 94 +++++- libgcc/config/rs6000/t-float128 | 95 ++++++ libgcc/config/rs6000/t-float128-hw | 35 ++ .../rs6000/trunctfkf2-sw.c} | 48 ++- libgcc/configure | 55 ++++ libgcc/configure.ac | 31 ++ 18 files changed, 1361 insertions(+), 77 deletions(-) copy libgcc/{soft-fp/extendsfdf2.c => config/rs6000/extendkftf2-sw.c} (67%) copy libgcc/{soft-fp/fixtfti.c => config/rs6000/fixkfti.c} (79%) copy libgcc/{soft-fp/fixunstfti.c => config/rs6000/fixunskfti.c} (79%) create mode 100644 libgcc/config/rs6000/float128-hw.c create mode 100644 libgcc/config/rs6000/float128-ifunc.c create mode 100644 libgcc/config/rs6000/float128-sed copy libgcc/{soft-fp/floattitf.c => config/rs6000/floattikf.c} (79%) copy libgcc/{soft-fp/floattitf.c => config/rs6000/floatuntikf.c} (79%) create mode 100644 libgcc/config/rs6000/quad-float128.h create mode 100644 libgcc/config/rs6000/sfp-exceptions.c create mode 100644 libgcc/config/rs6000/t-float128 create mode 100644 libgcc/config/rs6000/t-float128-hw copy libgcc/{soft-fp/extendsfdf2.c => config/rs6000/trunctfkf2-sw.c} (64%)