Subject: Re: .note.netbsd.ident section generating two phdrs
To: None <tech-toolchain@NetBSD.org>
From: Martin Husemann <martin@duskware.de>
List: tech-toolchain
Date: 12/05/2006 17:20:34
On Tue, Dec 05, 2006 at 04:07:08PM +0100, Martin Husemann wrote:
> Any ideas? Generic ld bug?

Turned out to be confusing contents of the newvers.sh generated note
section: it had the section flag "a", which apparently changed meaning
from pre-ELF to ELF. I removed it and added a @note flag, which made the
linker happy.

Martin