<div>I note some of function are implemented in the cpu_asm.s.</div>
<div>But I do not know how they can be use in other places.</div>
<div>Such as:</div>
<div>in the cpu_asm.s</div>
<div>FRAME(_CPU_Context_restore_fp,sp,0,ra)</div>
<div>and in some .c file it can be used.</div>
<div> </div>
<div>1,But in such .c file I can not find include"cpu_asm.s",how can the GCC know the _CPU_Context_restore_fp used in the .c file is implemented in the cpu_asm.s?</div>
<div> </div>
<div>2.What kind of function is needed to implemented in the cpu_asm.s?</div>
<div> </div>
<div>Thanks.</div>
<div> </div>
<div>ye mao</div>
<div> </div>
<div> </div>