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 227a52fbbd6 RISC-V: Fix abort when displaying data and partial instructions new 887373a45f4 gas: sframe: partially process DWARF unwind info in CFI_escape
The 1 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/dw2gencfi.c | 6 - gas/dw2gencfi.h | 6 + gas/gen-sframe.c | 236 ++++++++++++++++++++- ...cfi-sframe-common-8.d => cfi-sframe-common-9.d} | 2 +- gas/testsuite/gas/cfi-sframe/cfi-sframe-common-9.s | 18 ++ ...ommon-empty-2.d => cfi-sframe-x86_64-empty-1.d} | 4 +- .../gas/cfi-sframe/cfi-sframe-x86_64-empty-1.s | 11 + ...ommon-empty-2.d => cfi-sframe-x86_64-empty-2.d} | 4 +- .../gas/cfi-sframe/cfi-sframe-x86_64-empty-2.s | 11 + ...ommon-empty-3.d => cfi-sframe-x86_64-empty-3.d} | 4 +- .../gas/cfi-sframe/cfi-sframe-x86_64-empty-3.s | 12 ++ gas/testsuite/gas/cfi-sframe/cfi-sframe.exp | 4 + 12 files changed, 298 insertions(+), 20 deletions(-) copy gas/testsuite/gas/cfi-sframe/{cfi-sframe-common-8.d => cfi-sframe-common-9.d} (91%) create mode 100644 gas/testsuite/gas/cfi-sframe/cfi-sframe-common-9.s copy gas/testsuite/gas/cfi-sframe/{common-empty-2.d => cfi-sframe-x86_64-empty-1.d} (65%) create mode 100644 gas/testsuite/gas/cfi-sframe/cfi-sframe-x86_64-empty-1.s copy gas/testsuite/gas/cfi-sframe/{common-empty-2.d => cfi-sframe-x86_64-empty-2.d} (64%) create mode 100644 gas/testsuite/gas/cfi-sframe/cfi-sframe-x86_64-empty-2.s copy gas/testsuite/gas/cfi-sframe/{common-empty-3.d => cfi-sframe-x86_64-empty-3.d} (70%) create mode 100644 gas/testsuite/gas/cfi-sframe/cfi-sframe-x86_64-empty-3.s