[PATCH 2/4] powerpc: Set eflags correctly for ELF ABIv2 core dumps.
Rusty Russell
rusty at au1.ibm.com
Thu Nov 7 12:16:50 EST 2013
We leave it at zero (though it could be 1) for old tasks.
Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
---
arch/powerpc/include/asm/elf.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/powerpc/include/asm/elf.h b/arch/powerpc/include/asm/elf.h
index 54c7445..8b89268 100644
--- a/arch/powerpc/include/asm/elf.h
+++ b/arch/powerpc/include/asm/elf.h
@@ -106,6 +106,8 @@ do { \
} while (0)
# endif /* COMPAT */
+#define ELF_CORE_EFLAGS (is_elf2_task() ? 2 : 0)
+
/*
* An executable for which elf_read_implies_exec() returns TRUE will
* have the READ_IMPLIES_EXEC personality flag set automatically. This
--
1.8.3.2
More information about the Linuxppc-dev
mailing list