Subject: Re: CVS commit: src/sys/arch/sgimips/include
To: None <macallan@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: source-changes
Date: 07/23/2007 19:16:14
macallan@NetBSD.org 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