[V2,0/2] sframe: partially process some .cfi_escape

Message ID 20250204231024.3168487-1-indu.bhagat@oracle.com
Headers
Series sframe: partially process some .cfi_escape |

Message

Indu Bhagat Feb. 4, 2025, 11:10 p.m. UTC
  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