This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 95c7ef9fbcf Speed up jump table switch detection. new ad5aa4937ed 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