]> git.feebdaed.xyz Git - 0xmirror/binutils-gdb.git/commit
include: sframe: add SFRAME_V2_ prefixed macro names for FDE
authorIndu Bhagat <indu.bhagat@oracle.com>
Wed, 24 Dec 2025 08:41:18 +0000 (00:41 -0800)
committerIndu Bhagat <indu.bhagat@oracle.com>
Wed, 24 Dec 2025 08:41:18 +0000 (00:41 -0800)
commit610a98f0f88b184c2f24f51620d344b7ad36b230
tree1fc11f8172e0595f3c2098dfa8df15c6e2606e12
parent705a1d47a48ff53213fc9bd9225b345087b58146
include: sframe: add SFRAME_V2_ prefixed macro names for FDE

Such a change for readability only.  SFrame V1 is now obsolete, and with
newer versions like V3 or later, its likely better to have macro names
reflect the applicable version.

Add new macro names for FDE information related macros.

Reviewed-by: Jens Remus <jremus@linux.ibm.com>
include/
* sframe.h (SFRAME_V2_FUNC_INFO): New definition.
(SFRAME_V2_FUNC_FRE_TYPE): Likewise.
(SFRAME_V2_FUNC_PC_TYPE): Likewise.
(SFRAME_V2_FUNC_PAUTH_KEY): Likewise.
(SFRAME_V2_FUNC_INFO_UPDATE_PAUTH_KEY): Likewise.
include/sframe.h