On Wed, Aug 28, 2002 at 02:47:39PM +0200, Xavier Ordoquy wrote:
> I've tried to use attribute((section("CODE"))) but the compiler
> complains m68k-aout doesn't support this.
Indeed, m68k-aout does *not* support this. You need to use
some more capable intermediate format, e.g. m68k-elf.
r~