This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8 in repository gcc.
from 3e7d58bc127 Daily bump. new d4fcc365700 aarch64: fix return address access with pac [PR94891][PR94791] new de7352725ac aarch64: fix __builtin_eh_return with pac-ret [PR94891] new d5f58a0287d libgcc: fix the handling of return address mangling [PR94891] new 74bffa9a325 doc: Clarify __builtin_return_address [PR94891] new 1dbf117ce5d aarch64: Add missing ACLE support for PAC-RET
The 5 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 | 9 ++++++ 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 ++--- libgcc/config/aarch64/aarch64-unwind.h | 35 +++++----------------- libgcc/unwind-dw2.c | 34 +++++---------------- 8 files changed, 76 insertions(+), 61 deletions(-)