Page 1 of 1

68000-gcc: args via regs

Posted: Mon Aug 01, 2005 1:20 pm
by fdarkangel
as far i know, gcc (targetting motorola 68000, elf) doesn't support passing arguments via registers. i really need this to reduce memory usage as much as possible.
i wonder if there're any GCC hackers around who can advice me.

Re:68000-gcc: args via regs

Posted: Tue Aug 16, 2005 10:28 am
by srg
fdarkangel wrote: as far i know, gcc (targetting motorola 68000, elf) doesn't support passing arguments via registers. i really need this to reduce memory usage as much as possible.
i wonder if there're any GCC hackers around who can advice me.
only on i386, x86-64 and TMS320C3x/C4x. not on m68k.

srg