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

2017-08-15 Thread Gustavo Romero
Dear Mark, On 25-07-2017 07:34, Mark Wielaard wrote: > On Mon, Jul 24, 2017 at 05:50:36PM -0300, Gustavo Romero wrote: >> I'll ping it next week and follow-up. Thanks! > > Thanks. I pushed you commit to master already. > Lets make sure to resync glibc elf.h next week.

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 l

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 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. >> Thi

[PATCH] ppc64: Add HTM SPRs support to readelf

2017-07-20 Thread Gustavo Romero
le generated in such a machines. Signed-off-by: Gustavo Romero --- backends/ChangeLog | 5 + backends/ppc_corenote.c | 13 - backends/ppc_regs.c | 10 +- libebl/ChangeLog | 4 libebl/eblcorenotetypename.c | 1 + libelf/ChangeLog