> From: Philip Guenther
> Date: Tue, 24 Apr 2018 21:09:32 +0200
>
> On Tue, Apr 24, 2018 at 8:43 PM, Mark Kettenis
> wrote:
>
> > So lld generates .gnu.hash sections that our ancient binutils doesn't
> > grok. With the diff below (taken from FreeBSD's binutils, so GPLv2)
> > fixes this.
> >
>
On Tue, Apr 24, 2018 at 8:43 PM, Mark Kettenis
wrote:
> So lld generates .gnu.hash sections that our ancient binutils doesn't
> grok. With the diff below (taken from FreeBSD's binutils, so GPLv2)
> fixes this.
>
> ok?
>
> --- gnu/usr.bin/binutils-2.17/bfd/elf.c 10 Aug 2016 20:46:08 -
> 1.12
So lld generates .gnu.hash sections that our ancient binutils doesn't
grok. With the diff below (taken from FreeBSD's binutils, so GPLv2)
fixes this.
ok?
Index: gnu/usr.bin/binutils-2.17/bfd/elf.c
===
RCS file: /cvs/src/gnu/usr.bin