[PATCH 2/4] gas: sframe: i386: have the backend specify the RA too

Indu Bhagat indu.bhagat@oracle.com
Mon May 12 18:54:19 GMT 2025


On 5/12/25 12:43 AM, Claudiu Zissulescu-Ianculescu wrote:
> Hi Indu,
> 
>> @@ -3656,6 +3657,7 @@ md_begin (void)
>>   #ifdef OBJ_ELF
>>         x86_sframe_cfa_sp_reg = REG_SP;
>>         x86_sframe_cfa_fp_reg = REG_FP;
>> +      x86_sframe_cfa_ra_reg = 16;
> 
> It will be better a define for register 16 like it is done for
> REG_FP/REG_SP macros.
> 

OK.

Thanks for reviewing


More information about the Binutils mailing list