Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/sgimips/include



macallan%NetBSD.org@localhost wrote:

> Module Name:  src
> Committed By: macallan
> Date:         Mon Jul 23 00:45:52 UTC 2007
> 
> Modified Files:
>       src/sys/arch/sgimips/include: loadfile_machdep.h
> 
> Log Message:
> sprinkle (vaddr_t) to deal with sizeof(paddr_t) != sizeof(void *)
> Now the loader should build again.

I think libsa/loadfile_aout.c should be fixed rather than
MD loadfile_machdep.h. It looks all paddr_t variables in
loadfile_aout.c should be vaddr_t because they are
used as addresses with paddr_t == vaddr_t mappings.

Anyway, I don't think sgimips requires BOOT_AOUT support though.
---
Izumi Tsutsui



Home | Main Index | Thread Index | Old Index