This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from b0dd832fa45 Support APX CFCMOV new 73b56ef2fda x86: Remove unused SFrame CFI RA register variable new 8086fe0b3de gas: Enhance arch-specific SFrame configuration descriptions new 76f05e1dfb3 readelf/objdump: Dump SFrame CFA fixed FP and RA offsets new 5c7f6da4323 readelf/objdump: Display SFrame fixed RA offset as 'f' in dump new bdde1b34c4b gas: Print DWARF call frame insn name in SFrame warning message new e24992c3341 gas: Skip SFrame FDE if CFI specifies non-FP/SP base register new 541b0fbbf27 gas: Warn if SFrame FDE is skipped due to non-default retur [...] new 397582abe70 gas: Refactor SFrame CFI opcode DW_CFA_register processing new 536119a44c9 gas: User readable warnings if SFrame FDE is not generated new c6024caf0ce gas: Skip SFrame FDE if FP without RA on stack new 541d3b64585 gas: Skip SFrame FDE if .cfi_window_save new df174a6b760 gas: Don't skip SFrame FDE if .cfi_register specifies RA w/ [...] new 42e6e6904bd gas: Don't skip SFrame FDE if .cfi_register specifies SP register new cd1fab1330d gas: Test predicate whether SFrame RA tracking is used new 68e549ee549 gas: Validate SFrame RA tracking and fixed RA offset
The 15 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: gas/config/tc-aarch64.c | 6 +- gas/config/tc-aarch64.h | 12 +- gas/config/tc-i386.c | 6 +- gas/config/tc-i386.h | 10 +- gas/gen-sframe.c | 246 +++++++++++++++++---- gas/gen-sframe.h | 2 + gas/testsuite/gas/cfi-sframe/cfi-sframe-common-1.d | 2 + gas/testsuite/gas/cfi-sframe/cfi-sframe-common-2.d | 2 + gas/testsuite/gas/cfi-sframe/cfi-sframe-common-3.d | 2 + gas/testsuite/gas/cfi-sframe/cfi-sframe-common-4.d | 6 +- gas/testsuite/gas/cfi-sframe/cfi-sframe-common-5.d | 6 +- gas/testsuite/gas/cfi-sframe/cfi-sframe-common-6.d | 6 +- gas/testsuite/gas/cfi-sframe/cfi-sframe-common-7.d | 6 +- gas/testsuite/gas/cfi-sframe/cfi-sframe-common-8.d | 4 +- gas/testsuite/gas/cfi-sframe/cfi-sframe-x86_64-1.d | 9 +- gas/testsuite/gas/cfi-sframe/common-empty-1.d | 4 +- gas/testsuite/gas/cfi-sframe/common-empty-2.d | 4 +- gas/testsuite/gas/cfi-sframe/common-empty-3.d | 3 + .../gas/scfi/x86_64/scfi-cfi-sections-1.d | 11 +- gas/testsuite/gas/scfi/x86_64/scfi-dyn-stack-1.d | 11 +- ld/testsuite/ld-sframe/discard.s | 1 - ld/testsuite/ld-x86-64/sframe-plt-1.d | 9 +- ld/testsuite/ld-x86-64/sframe-simple-1.d | 17 +- libsframe/sframe-dump.c | 18 +- 24 files changed, 305 insertions(+), 98 deletions(-)