Subject: Re: NetBSD current kernel compilationproblem II (correction)
To: Nick Brok <nick@stack.nl>
From: Jeremy Cooper <jeremy@broder.com>
List: port-sun3
Date: 03/30/1997 18:27:41
[ I incorrectly posted ]
> pmove a0@,tt0 .long #0xf0100800
> pmove sp@,tt0 .long #0xf0170800
[ instead of ]
> pmove a0@,tt0 .long 0xf0100800
> pmove sp@,tt0 .long 0xf0170800
Forgive me for not trying these before posting them. I should have
removed the '#' signs. Jason Thorpe brought it to my attention that the
stock NetBSD m68k ``as'' does not support the pmove <ea>,ttX instruction.
I just applied this fix to locore.s to alieviate the problem.
-J