Re: Make binutils not barf on binaries linked with lld

2018-04-24 Thread Mark Kettenis
> 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. > > >

Re: Make binutils not barf on binaries linked with lld

2018-04-24 Thread Philip Guenther
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

Make binutils not barf on binaries linked with lld

2018-04-24 Thread Mark Kettenis
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