]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gas: Refactor SFrame CFI opcode DW_CFA_register processing
authorJens Remus <jremus@linux.ibm.com>
Thu, 4 Jul 2024 08:34:12 +0000 (10:34 +0200)
committerJens Remus <jremus@linux.ibm.com>
Thu, 4 Jul 2024 08:34:12 +0000 (10:34 +0200)
commit397582abe705c1b8a1ba042a7dda2e72afd9f4b0
tree4227d63cf6c89e20bd49b1d3336d19893f42203b
parent541b0fbbf27996443a94565503520a600d99e06a
gas: Refactor SFrame CFI opcode DW_CFA_register processing

Refactor SFrame processing of CFI opcode DW_CFA_register into a separate
function. This harmonizes the CFI opcode processing.

While at it reword the comment on CFI opcodes that are not processed.

This is a purely mechanical change.

gas/
* gen-sframe.c (sframe_do_cfi_insn, sframe_xlate_do_register):
Refactor SFrame CFI opcode DW_CFA_register processing.

Signed-off-by: Jens Remus <jremus@linux.ibm.com>
gas/gen-sframe.c