Subject: Re: boehm-gc
To: Masao Uebayashi <uebayasi@pultek.co.jp>
From: Frederick Bruckman <fredb@immanent.net>
List: port-mac68k
Date: 12/27/2002 09:51:48
On Fri, 27 Dec 2002, Masao Uebayashi wrote:

> I got a report that boehm-gc can't be compiled on mac68k ELF.  Anyone has
> a clue?
>
> Masao (not mac68k owner)

Wild guess: the m68k assembly language code uses "d0" instead of "%d0"
(or "%%d0" for in-line), and so on for the other registers?

Frederick