Subject: Re: kernel linking fails in -current
To: Markus W Kilbinger <kilbi@rad.rwth-aachen.de>
From: Martin Husemann <martin@duskware.de>
List: port-sparc
Date: 05/23/2004 17:59:36
On Sun, May 23, 2004 at 05:51:08PM +0200, Markus W Kilbinger wrote:
>   /usr/toolchain-sparc/bin/sparc--netbsdelf-ld: netbsd: Not enough room
>   for program headers (allocated 3, need 4)
>   /usr/toolchain-sparc/bin/sparc--netbsdelf-ld: final link failed: Bad
>   value
>   *** Failed target:  netbsd

This is a bug in the linker (miscalculating the header size) that is
triggered by a new section being output by version.c now. I'll work around it
in the ldscript in a few minutes (waiting for kernel build to finish), if
noone beats me to it.

Martin