Re: [PATCH] ppc64: Add HTM SPRs support to readelf

2017-07-24 Thread Gustavo Romero
I'll ping it next week and follow-up. Thanks! Regards, Gustavo On 24-07-2017 17:47, Gustavo Romero wrote: > Hi Mark, > > On 24-07-2017 16:17, Mark Wielaard wrote: We normally keep elf.h in sync with glibc. Could you submit this elf.h change to libc-al...@sourceware.org? Then we re

Re: [PATCH] ppc64: Add HTM SPRs support to readelf

2017-07-24 Thread Gustavo Romero
Hi Mark, On 24-07-2017 16:17, Mark Wielaard wrote: >>> We normally keep elf.h in sync with glibc. >>> Could you submit this elf.h change to libc-al...@sourceware.org? >>> Then we resync elf.h from glibc to pull in the new constants. >> >> It looks like glibc community won't review / push that chan

Re: [PATCH] ppc64: Add HTM SPRs support to readelf

2017-07-24 Thread Mark Wielaard
On Mon, Jul 24, 2017 at 11:54:34AM -0300, Gustavo Romero wrote: > On 21-07-2017 16:55, Mark Wielaard wrote: > > This patch looks perfect, thanks. > > Thanks for reviewing it! > > > We normally keep elf.h in sync with glibc. > > Could you submit this elf.h change to libc-al...@sourceware.org? > > T

Re: [PATCH] ppc64: Add HTM SPRs support to readelf

2017-07-24 Thread Gustavo Romero
Hi Mark, On 21-07-2017 16:55, Mark Wielaard wrote: > On Thu, 2017-07-20 at 17:49 -0400, Gustavo Romero wrote: >> Since POWER8, PowerPC 64 supports Hardware Transactional Memory, which has >> three special purpose registers associated to it: tfhar, tfiar, and texasr. >> This commit add HTM SPRs set

Re: [PATCH] strip: Deal with ARM data marker symbols pointing to debug sections.

2017-07-24 Thread Mark Wielaard
On Fri, Jul 21, 2017 at 12:17:40PM +0200, Mark Wielaard wrote: > ARM data marker symbols "$d" indicate the start of a sequence of data > items in a section. For data only sections no data marker symbol is > necessary, but may be put pointing to the start of the section. > binutils however has a bug

Re: [PATCH] backends: Don't depend on linux/bpf.h to compile bpf disassembler.

2017-07-24 Thread Mark Wielaard
On Tue, Jul 18, 2017 at 02:19:58PM +0200, Mark Wielaard wrote: > We only need a few constants and one structure definition from linux/bpf. > Just define those in a local lib/bpf.h file. This makes sure the bpf > disassembler is always build and included even when elfutils is build > on older GNU/Li

Re: [PATCH] Write to /dev/null rather than /dev/zero

2017-07-24 Thread Mark Wielaard
On Thu, May 04, 2017 at 05:27:47PM +0200, Ulf Hermann wrote: > /dev/zero is meant for reading zeroes. /dev/null is for writing into > nirvana. Thanks, applied to master.

Re: [PATCH v2] Unify linking of libasm, libelf, libdw, backends

2017-07-24 Thread Mark Wielaard
On Fri, Feb 17, 2017 at 04:11:28PM +0100, Ulf Hermann wrote: > Link them all with -z,defs,-z,relro,--no-undefined, provide complete > dependencies for the link steps, and add libeu.a to each one. libeu.a > contains useful library functionality that each of them might use. The > linker will strip un