This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bdf41d627c1 libgcc: hide CIE and FDE data for DWARF architecture extens [...] new 4068096fbf5 Rename REG_CFA_TOGGLE_RA_MANGLE to REG_CFA_NEGATE_RA_STATE new 9e1c71bab50 dwarf2: add hooks for architecture-specific CFIs new fb475d3f259 aarch64 testsuite: explain expectections for pr94515* tests new 2b7971448f1 dwarf2: store the RA state in CFI row
The 4 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/combine-stack-adj.cc | 2 +- gcc/config/aarch64/aarch64.cc | 37 ++++++++++++++++- gcc/config/sparc/sparc.cc | 35 +++++++++++++++++ gcc/coretypes.h | 6 +++ gcc/doc/tm.texi | 16 +++++++- gcc/doc/tm.texi.in | 5 ++- gcc/dwarf2cfi.cc | 59 ++++++++++++++-------------- gcc/dwarf2out.cc | 13 ++++-- gcc/dwarf2out.h | 11 ++---- gcc/hooks.cc | 14 +++++++ gcc/hooks.h | 3 ++ gcc/reg-notes.def | 8 ++-- gcc/target.def | 20 ++++++++++ gcc/testsuite/g++.target/aarch64/pr94515-1.C | 14 +++++-- gcc/testsuite/g++.target/aarch64/pr94515-2.C | 41 +++++++++++++++---- include/dwarf2.h | 5 +++ libffi/include/ffi_cfi.h | 2 + libgcc/config/aarch64/aarch64-asm.h | 4 +- libitm/config/aarch64/sjlj.S | 10 ++--- 19 files changed, 239 insertions(+), 66 deletions(-)