what is the usage of _eabi in S32DS

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

what is the usage of _eabi in S32DS

671 次查看
jerrytomlee
Contributor II

After the program enter main(), It will first jump to _eabi, I wonder why, and I guess it is for init.

As the Disassembly is shown:

53 {
01002e34: e_bl 0x1003c02 <__eabi>

following the instruction in main()

1 回复

460 次查看
martin_kovar
NXP Employee
NXP Employee

Hello,

this code is added by compiler itself and it does not related to the project. This functionality was implemented because of  EABI standard compliance.

Regards,

Martin