]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
include: sframe: add SFRAME_V2_ prefixed macro names for FDE
authorIndu Bhagat <indu.bhagat@oracle.com>
Thu, 16 Oct 2025 18:41:19 +0000 (11:41 -0700)
committerIndu Bhagat <indu.bhagat@oracle.com>
Tue, 9 Dec 2025 08:26:11 +0000 (00:26 -0800)
commite019333864e6ffac472453a05944acb968cb10c4
treeb38e802cfa38fb9bf468700d486267ca6eeeb0aa
parent175221802cc1e2e656bb8f6ed6bc76ecefc897bb
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.

include/
        * sframe.h (SFRAME_V2_FUNC_INFO): New definition.
        (SFRAME_V2_FUNC_FRE_TYPE): Likewise.
        (SFRAME_V2_FUNC_FDE_TYPE): Likewise.
        (SFRAME_V2_FUNC_PAUTH_KEY): Likewise.
        (SFRAME_V2_FUNC_INFO_UPDATE_PAUTH_KEY): Likewise.
include/sframe.h