Re: [PATCH V10 00/28] Add new powerpc specific ELF core notes

From: Anshuman Khandual
Date: Mon May 09 2016 - 08:55:20 EST


On 05/06/2016 05:19 PM, Michael Ellerman wrote:
> On Tue, 2016-02-16 at 14:29 +0530, Anshuman Khandual wrote:
>
>> > This patch series adds twelve new ELF core note sections which can
>> > be used with existing ptrace request PTRACE_GETREGSET-SETREGSET for accessing
>> > various transactional memory and other miscellaneous debug register sets on
>> > powerpc platform.
>> >
>> > Test Result (All tests pass on both BE and LE)
>> > ----------------------------------------------
>> > ptrace-ebb PASS
>> > ptrace-gpr PASS
>> > ptrace-tm-gpr PASS
>> > ptrace-tm-spd-gpr PASS
>> > ptrace-tar PASS
>> > ptrace-tm-tar PASS
>> > ptrace-tm-spd-tar PASS
>> > ptrace-vsx PASS
>> > ptrace-tm-vsx PASS
>> > ptrace-tm-spd-vsx PASS
>> > ptrace-tm-spr PASS
> How are you building the tests? On BE I get:

Yeah, it fails to compile on 32 bit BE. Will make it explicit -m64 next time around.