Hi, All ! I used __FUNCTION__ gcc feature to generate some assembler code that need .L_Frame_Size_... constant. GCC 3.4 does not provide such feature, so what to do with the code like this:
asm volatile("sub #.L__FrameSize_"__FUNCTION__",r1 \n\t"::) Thanks, Oleg