[PATCH,V2 0/2] sframe: partially process some .cfi_escape
Indu Bhagat
indu.bhagat@oracle.com
Tue Feb 4 23:10:22 GMT 2025
Hi,
This version addresses all the review comments so far except the
following:
- Use pointer-to-const for args
This will be addressed in a subsequent patch.
Thanks,
Indu Bhagat (2):
gas: sframe: adjust warning text for DW_CFA_val_offset case
gas: sframe: partially process DWARF expressions in CFI_escape
gas/dw2gencfi.c | 6 -
gas/dw2gencfi.h | 6 +
gas/gen-sframe.c | 181 +++++++++++++++++-
.../gas/cfi-sframe/cfi-sframe-common-9.d | 22 +++
.../gas/cfi-sframe/cfi-sframe-common-9.s | 17 ++
.../cfi-sframe/cfi-sframe-x86_64-empty-1.d | 17 ++
.../cfi-sframe/cfi-sframe-x86_64-empty-1.s | 10 +
.../cfi-sframe/cfi-sframe-x86_64-empty-2.d | 17 ++
.../cfi-sframe/cfi-sframe-x86_64-empty-2.s | 12 ++
gas/testsuite/gas/cfi-sframe/cfi-sframe.exp | 3 +
10 files changed, 280 insertions(+), 11 deletions(-)
create mode 100644 gas/testsuite/gas/cfi-sframe/cfi-sframe-common-9.d
create mode 100644 gas/testsuite/gas/cfi-sframe/cfi-sframe-common-9.s
create mode 100644 gas/testsuite/gas/cfi-sframe/cfi-sframe-x86_64-empty-1.d
create mode 100644 gas/testsuite/gas/cfi-sframe/cfi-sframe-x86_64-empty-1.s
create mode 100644 gas/testsuite/gas/cfi-sframe/cfi-sframe-x86_64-empty-2.d
create mode 100644 gas/testsuite/gas/cfi-sframe/cfi-sframe-x86_64-empty-2.s
--
2.43.0
More information about the Binutils
mailing list