]> git.feebdaed.xyz Git - 0xmirror/binutils-gdb.git/commit
gas: libsframe: use SFRAME_V2_* macro where available
authorIndu Bhagat <indu.bhagat@oracle.com>
Wed, 24 Dec 2025 08:42:14 +0000 (00:42 -0800)
committerIndu Bhagat <indu.bhagat@oracle.com>
Wed, 24 Dec 2025 08:42:14 +0000 (00:42 -0800)
commitd1a0fa4704be9fd6d920a9ccb93c4d8d68542371
tree6711fbe9c560fb765ee52c8bb5c05cc2950c5cbe
parent610a98f0f88b184c2f24f51620d344b7ad36b230
gas: libsframe: use SFRAME_V2_* macro where available

No functional change.

Reviewed-by: Jens Remus <jremus@linux.ibm.com>
gas/
* sframe-opt.c (sframe_convert_frag): Use SFRAME_V2_
prefixed macro instead.
libsframe/
* sframe-dump.c (dump_sframe_func_with_fres): Likewise.
* sframe.c (sframe_get_fre_type): Likewise.
(sframe_get_fde_type): Likewise.
(sframe_fre_check_range_p): Likewise.
(sframe_fde_create_func_info): Likewise.
gas/sframe-opt.c
libsframe/sframe-dump.c
libsframe/sframe.c