This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from fdf787499fb openacc: Don't strip TO_PSET/POINTER for enter/exit data new 4e8b45f2f4e aarch64: Add missing ACLE support for BTI new f57bc8a6d6a aarch64: Fix noexecstack note in libitm new 62e8c4b433c aarch64: Fix noexecstack note in libgcc new 8475641c216 aarch64: Fix BTI support in libgcc [PR96001] new 59a74e7eb29 aarch64: Fix BTI support in libitm new e14149f66ed aarch64: fix return address access with pac [PR94891][PR94791] new eb41624df3b aarch64: fix __builtin_eh_return with pac-ret [PR94891] new c24e8063ef5 libgcc: fix the handling of return address mangling [PR94891] new 7e5bb3ce7c7 doc: Clarify __builtin_return_address [PR94891] new a4d208892c0 aarch64: Add missing ACLE support for PAC-RET
The 10 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/aarch64/aarch64-c.c | 16 +++++++++ gcc/config/aarch64/aarch64-protos.h | 1 + gcc/config/aarch64/aarch64.c | 31 ++++++++++++++++- gcc/config/aarch64/aarch64.h | 2 +- gcc/doc/extend.texi | 17 +++++++-- .../gcc.target/aarch64/return_address_sign_1.c | 8 ++--- .../gcc.target/aarch64/return_address_sign_b_1.c | 8 ++--- libgcc/config/aarch64/aarch64-unwind.h | 40 +++++----------------- libgcc/config/aarch64/lse.S | 30 ++++++++++++++++ libgcc/unwind-dw2.c | 34 +++++------------- libitm/config/aarch64/sjlj.S | 29 +++++++++++++++- 11 files changed, 145 insertions(+), 71 deletions(-)