Subject: Re: CVS commit: syssrc/sys/arch/hp700/conf
To: Jason R Thorpe <thorpej@wasabisystems.com>
From: Chuck Silvers <chuq@chuq.com>
List: source-changes
Date: 11/28/2002 03:06:55
using SIZEOF_HEADERS I get:
/home/chs/netbsd/tooldir/bin/hppa--netbsd-ld -T ../../../../arch/hp700/conf/ld.script -Ttext 00200000 -e start -Map netbsd.map -S -o netbsd ${SYSTEM_OBJ} vers.o
/home/chs/netbsd/tooldir/bin/hppa--netbsd-ld: netbsd: Not enough room for program headers (allocated 2, need 3)
/home/chs/netbsd/tooldir/bin/hppa--netbsd-ld: final link failed: Bad value
is there some better way to deal with that?
-Chuck
On Wed, Nov 27, 2002 at 11:06:12PM -0800, Jason R Thorpe wrote:
> On Thu, Nov 28, 2002 at 07:56:53AM +0200, Chuck Silvers wrote:
>
> > Modified Files:
> > syssrc/sys/arch/hp700/conf: ld.script
> >
> > Log Message:
> > the SIZEOF_HEADERS thing doesn't work with the current toolchain,
> > just use 1 page for now.
>
> It doesn't? It certainly should...
>
> --
> -- Jason R. Thorpe <thorpej@wasabisystems.com>