This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 858d7ee1a0c x86: Make stringop_algs::stringop_strategy ctor constexpr [ [...] new db89d474ad8 Support TI mode and soft float on PA64
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/config/pa/pa-modes.def | 3 + gcc/config/pa/pa.c | 10 +- gcc/config/pa/pa.h | 16 ++- gcc/config/pa/pa.md | 164 ++++++++++++++++++++++++++++++- libgcc/config.host | 7 +- libgcc/config/pa/sfp-exceptions.c | 102 +++++++++++++++++++ libgcc/config/{mips => pa}/sfp-machine.h | 135 +++++++++---------------- libgcc/config/pa/t-dimode | 33 +++++++ libgcc/config/pa/t-softfp-sfdftf | 8 ++ 9 files changed, 377 insertions(+), 101 deletions(-) create mode 100644 libgcc/config/pa/sfp-exceptions.c copy libgcc/config/{mips => pa}/sfp-machine.h (58%) create mode 100644 libgcc/config/pa/t-dimode create mode 100644 libgcc/config/pa/t-softfp-sfdftf