[PATCH,V4 1/9] include: libsframe: add APIs for SFrame header flags

Indu Bhagat indu.bhagat@oracle.com
Mon Jun 30 07:13:42 GMT 2025


On 6/26/25 11:57 PM, Jan Beulich wrote:
> On 19.06.2025 08:23, Indu Bhagat wrote:
>> Add new APIs, one each for getting flags from the SFrame decoder and
>> SFrame encoder context objects respectively.
>>
>> These will later be used by the linker to uniformly access the flags,
>> given the SFrame decoder and SFrame encoder objects.
>>
>> Use the new API, where applicable, within libsframe.
>>
>> include/
>>          * sframe-api.h (sframe_decoder_get_flags): New declaration.
>>          (sframe_encoder_get_flags): Likewise.
>> libsframe/
>> 	* libsframe.ver: List new APIs.
>>          * sframe.c (sframe_decoder_get_flags): New definition.
>> 	(sframe_encoder_get_flags): Likewise.
>>          (sframe_get_funcdesc_with_addr_internal): Use the new API.
>>          (sframe_encoder_get_flags): Likewise.
>>          (sframe_encoder_write_sframe): Likewise.
>>
>> ---
>> Notes:
>>    V2 was OK'd with some suggested changes which were done in V3.
>>
>> [No changes in V4]
> 
> Any reason you didn't simply commit this already?
> 

Since the critical patches (patch 6 , 7) in the series had not been OK'd 
yet, out of abundance of caution in case something shifts in the review 
process...



More information about the Binutils mailing list