This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 367b16d1635 [ARM/FDPIC 01/24] [ARM] FDPIC: Add -mfdpic option support new 5825655f549 Optimise std::remove_cv and use more helper aliases new 297b1f92b15 PR libstdc++/91711 fix failing test new 6cb819f4467 [ARM/FDPIC v6 02/24] [ARM] FDPIC: Handle arm*-*-uclinuxfdpi [...] new 8329eec49b8 [ARM/FDPIC v6 03/24] [ARM] FDPIC: Force FDPIC related optio [...] new 2649fa4112f [ARM/FDPIC v6 04/24] [ARM] FDPIC: Add support for FDPIC for [...] new d52e0f059e1 [ARM/FDPIC v6 05/24] [ARM] FDPIC: Fix __do_global_dtors_aux [...] new b5f6b83e143 [ARM/FDPIC v6 06/24] [ARM] FDPIC: Add support for c++ exceptions
The 7 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: ChangeLog | 4 + config/ChangeLog | 5 + config/futex.m4 | 2 +- config/tls.m4 | 2 +- gcc/ChangeLog | 49 +++++ gcc/config.gcc | 11 +- gcc/config/arm/arm-c.c | 2 + gcc/config/arm/arm-protos.h | 1 + gcc/config/arm/arm.c | 237 ++++++++++++++++++--- gcc/config/arm/arm.h | 7 + gcc/config/arm/arm.md | 49 ++++- gcc/config/arm/bpabi.h | 5 +- gcc/config/arm/linux-eabi.h | 7 +- gcc/config/arm/uclinuxfdpiceabi.h | 54 +++++ gcc/config/arm/unspecs.md | 1 + gcc/ginclude/unwind-arm-common.h | 2 +- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gcc.target/arm/fp16-aapcs-2.c | 2 +- gcc/testsuite/gcc.target/arm/fp16-aapcs-4.c | 2 +- libatomic/ChangeLog | 5 + libatomic/configure | 11 +- libatomic/configure.tgt | 2 +- libgcc/ChangeLog | 29 +++ libgcc/config.host | 4 +- libgcc/config/arm/linux-atomic.c | 55 ++++- libgcc/config/arm/unwind-arm.h | 31 ++- libgcc/crtstuff.c | 16 ++ libgcc/unwind-arm-common.inc | 94 ++++++++ libgcc/unwind-pe.h | 17 ++ libitm/ChangeLog | 5 + libitm/configure | 22 +- libitm/configure.tgt | 2 +- libsanitizer/ChangeLog | 6 + libsanitizer/configure.tgt | 3 + libstdc++-v3/ChangeLog | 27 +++ libstdc++-v3/include/std/type_traits | 86 ++++---- libstdc++-v3/libsupc++/eh_personality.cc | 10 +- .../testsuite/23_containers/span/get_neg.cc | 2 +- libtool.m4 | 11 +- 39 files changed, 786 insertions(+), 100 deletions(-) create mode 100644 gcc/config/arm/uclinuxfdpiceabi.h