Re: patch: add --localize-hidden option to objcopy

2018-05-20 Thread Sebastien Marie
On Sun, May 20, 2018 at 11:09:48AM +0200, Mark Kettenis wrote: > > Date: Sun, 20 May 2018 10:26:44 +0200 > > From: Sebastien Marie > > > > Hi, > > > > While trying to build git HEAD of radare2, I found us objcopy(1) doesn't > > have the --localize-hidden option. > > > > As the option was propos

Re: patch: add --localize-hidden option to objcopy

2018-05-20 Thread Mark Kettenis
> Date: Sun, 20 May 2018 10:26:44 +0200 > From: Sebastien Marie > > Hi, > > While trying to build git HEAD of radare2, I found us objcopy(1) doesn't > have the --localize-hidden option. > > As the option was proposed in > https://sourceware.org/ml/binutils/2006-06/msg00204.html (in 2006), and >

patch: add --localize-hidden option to objcopy

2018-05-20 Thread Sebastien Marie
Hi, While trying to build git HEAD of radare2, I found us objcopy(1) doesn't have the --localize-hidden option. As the option was proposed in https://sourceware.org/ml/binutils/2006-06/msg00204.html (in 2006), and commited in GPLv2 tree of binutils, I think the patch is suitable for us too. Diff