summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/uapi/asm/elf.h
Commit message (Collapse)AuthorAgeFilesLines
* powerpc: Handle new ELFv2 module relocationsRusty Russell2014-04-231-1/+6
| | | | | | | 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>
* powerpc: modules implement R_PPC64_TOCSAVE relocation.Rusty Russell2014-04-231-1/+4
| | | | Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* powerpc: Fix little endian coredumpsAnton Blanchard2013-08-141-2/+6
| | | | | | | 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>
* powerpc: Simplify logic in include/uapi/asm/elf.hAnton Blanchard2013-08-141-12/+7Star
| | | | | | | | 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>
* UAPI: (Scripted) Disintegrate arch/powerpc/include/asmDavid Howells2012-10-091-0/+307
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>