]> 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, 7 Mar 2024 16:20:50 +0000 (17:20 +0100)
committerJens Remus <jremus@linux.ibm.com>
Thu, 16 May 2024 11:32:22 +0000 (13:32 +0200)
commit32e39c2061646bf63ca524f5d8bfbd42a87f69bc
treec9ea5ea184a6930c535e7828e4c2b3d2159bb63b
parentfff478811a62a277966fa3ea64d4be1c1e19c2af
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