Hey Oleg... just a side point.... U should update your SOS website because
the "quick fix" you have there is 
asm volatile("sub #.L__FrameSize_entry"__FUNCTION__",r1" : :);
(change __FrameSize_entry -> __FrameSize_ )
Cheers,
m.

-----Original Message-----
From: mspgcc-users-ad...@lists.sourceforge.net
[mailto:mspgcc-users-ad...@lists.sourceforge.net] On Behalf Of Oleg Skydan
Sent: Saturday, March 13, 2004 11:11 AM
To: MSP430 GCC
Subject: [Mspgcc-users] GCC 3.4 and Frame_Size

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




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users


Reply via email to