]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gas: dw2gencfi: expose a new cfi_set_last_fde API
authorIndu Bhagat <indu.bhagat@oracle.com>
Mon, 15 Jan 2024 08:59:43 +0000 (00:59 -0800)
committerIndu Bhagat <indu.bhagat@oracle.com>
Mon, 15 Jan 2024 11:31:35 +0000 (03:31 -0800)
commit040622a7299dbf3d037490093a5506e08369ee96
tree83bcb22c625b3d1ba5a3e332559eac8ed427f3a6
parent71a17ca2f0cc4d364e157f00299f77b05fdec263
gas: dw2gencfi: expose a new cfi_set_last_fde API

gas/
* dw2gencfi.c (cfi_set_last_fde): New definition.
(dot_cfi_endproc): Use it.
(dot_cfi_fde_data): Likewise.
(dot_cfi_inline_lsda): Likewise.
* dw2gencfi.h (struct fde_entry): New declaration.
(cfi_set_last_fde): Likewise.
gas/dw2gencfi.c
gas/dw2gencfi.h