NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-macppc/48600
The following reply was made to PR port-macppc/48600; it has been noted by GNATS.
From: scole_mail%gmx.com@localhost
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: port-macppc/48600
Date: Sat, 11 Jun 2016 13:23:46 -0400
I am not sure, but the cmpi instructios in
sys/arch/macppc/stand/ofwboot/Locore.c
sys/arch/macppc/stand/bootxx/bootxx.c
may need to be
cmpi 0, 0, ..., ...
instead of
cmpi 0, 1, ..., ...
I know the "comp 0,1,..." worked on my 601 and an old 601 manual I have
says the 601 will ignore the L (sign extend 64bits) field. But I just
read in other places which say L=1 is an invalid instruction for 32
implementations.
I think the Locore.c patch is already checked in, but not the bootxx.c
one. I can resubmit patches for everything not yet checked in for the
PR if it would be helpful.
Thanks
Home |
Main Index |
Thread Index |
Old Index