[PATCH] aarch64: s390: x86_64: sframe: adjust flex fde hook implementation

Indu Bhagat indu.bhagat@oracle.com
Thu Jan 22 07:48:32 GMT 2026


On 1/21/26 11:10 PM, Jan Beulich wrote:
>>> Should the following hooks also be converted to macros?
>>>
>>> support_sframe_p()
>>> sframe_ra_tracking_p()
>> Yes, I think sframe_ra_tracking_p () could be made to do the same.  For
>> support_sframe_p (), may be not because some targets may conditionally
>> enable SFrame by checking for ABI etc.
> Yet those targets which don't could still use a macro?

Currently each of the three supported arches enables SFrame for 64-bit 
ABIs only.  When a new arch/ABI is added (where its a simple boolean for 
support_sframe_p ()), it may be possible to avoid a function for the hook..


More information about the Binutils mailing list