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.
68000-gcc: args via regs
Re:68000-gcc: args via regs
only on i386, x86-64 and TMS320C3x/C4x. not on m68k.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.
srg