]> git.baikalelectronics.ru Git - kernel.git/commit
perf jit: genelf makes assumptions about endian
authorAnton Blanchard <anton@samba.org>
Tue, 29 Mar 2016 06:59:44 +0000 (17:59 +1100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 30 Mar 2016 21:12:06 +0000 (18:12 -0300)
commitb7d86b43b34cd4da82369f455ef7edf1109cd136
treeed03c625bffac4e5c94be187968953940d78b98f
parent57d2f32c9297784622f9f280476f717594525925
perf jit: genelf makes assumptions about endian

Commit 8073f6af4c5e ("perf inject: Add jitdump mmap injection support")
incorrectly assumed that PowerPC is big endian only.

Simplify things by consolidating the define of GEN_ELF_ENDIAN and checking
for __BYTE_ORDER == __BIG_ENDIAN.

The PowerPC checks were also incorrect, they do not match what gcc
emits. We should first look for __powerpc64__, then __powerpc__.

Signed-off-by: Anton Blanchard <anton@samba.org>
Acked-by: Michael Ellerman <mpe@ellerman.id.au>
Cc: Carl Love <cel@us.ibm.com>
Cc: Stephane Eranian <eranian@google.com>
Cc: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Cc: linuxppc-dev@lists.ozlabs.org
Fixes: 8073f6af4c5e ("perf inject: Add jitdump mmap injection support")
Link: http://lkml.kernel.org/r/20160329175944.33a211cc@kryten
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/genelf.h