Subject: Re: gcc 3 on m68k?
To: MacBSD <port-mac68k@netbsd.org>
From: Riccardo Mottola <zuse@libero.it>
List: port-mac68k
Date: 07/22/2003 00:52:27
on 7/22/03 12:16 AM, John Klos at john@sixgirls.org wrote:

> libgcc2.c: In function `__divdi3':
> libgcc2.c:757: error: unable to find a register to spill in class

well register spilling means that you want to put more variables in the
registres than you have registers. so you "spill" some back into ram.

how this relates to a "class" I don't know and also not why you shouldn't be
able to

-ric

PS: on linux, gcc3.2 works fine. even 3.3 is there but I fear its obj-c code
is broken, but it "is" there...