This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

crossgcc: arbitrary sections?


Hello!

I have built m68k-coff for an embedded environment and it runs great.
But now I need arbitrary named sections to store data which can be
changed at run-time but needs to survive across power-downs. Nut
gcc says, I can't specify arbitrary named sections with coff.
Would this be possible with aout or elf? Or do I need to specify
some wired option while compiling?