Hi again,

Following my last post, I noticed that libraries (libc) are located 
below the "64K" limit, in ".text" section!
My first question is; How to put them inside the ".fartext" section to 
save memory space for datas ?

I use Objdump to see what the compiler does ! In the ".text" section I 
have all mixed informations :  source and disassemby language, but on 
".fartext" section I have only disassembly language !

I try some syntax without success !

$(OBJDUMP) -h -d -S $(DIR_OBJ)$@ > lst/[email protected]

$(OBJDUMP) -j .text -j .fartext -h -d -S $(DIR_OBJ)$@ > lst/[email protected]

If it's possible, what is command line to get fully mixed code ?

Thanks for reply.

Regards, Thierry


------------------------------------------------------------------------------
This SF Dev2Dev email is sponsored by:

WikiLeaks The End of the Free Internet
http://p.sf.net/sfu/therealnews-com
_______________________________________________
Mspgcc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to