History log of /arch/powerpc/include/uapi/asm/elf.h
Revision Date Author Comments
0906584a0a4b689f6e80307f699247621321670a 18-Mar-2014 Rusty Russell <rusty@rustcorp.com.au> powerpc: Handle new ELFv2 module relocations

The new ELF ABI tends to use R_PPC64_REL16_LO and R_PPC64_REL16_HA
relocations (PC-relative), so implement them.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
d247da0a8ebcc4ebb4c766487de6af5df560adac 18-Mar-2014 Rusty Russell <rusty@rustcorp.com.au> powerpc: modules implement R_PPC64_TOCSAVE relocation.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
8bd0b119ae64bf448e5f45d208007950e0ac2754 06-Aug-2013 Anton Blanchard <anton@samba.org> powerpc: Fix little endian coredumps

We need to set ELF_DATA correctly on LE coredumps.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
01b0e07e603b1f2c589f841cf73eb80a4a06cde4 06-Aug-2013 Anton Blanchard <anton@samba.org> powerpc: Simplify logic in include/uapi/asm/elf.h

Simplify things by putting all the 32bit and 64bit defines
together instead of in two spots.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
c3617f72036c909e1f6086b5b9e364e0ef90a6da 09-Oct-2012 David Howells <dhowells@redhat.com> UAPI: (Scripted) Disintegrate arch/powerpc/include/asm

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Dave Jones <davej@redhat.com>