projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aeb753
)
MIPS: Switch ELF core dumper to use regsets.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 2 Aug 2012 13:18:32 +0000
(15:18 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 29 Oct 2013 20:25:09 +0000
(21:25 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/elf.h
patch
|
blob
|
history
diff --git
a/arch/mips/include/asm/elf.h
b/arch/mips/include/asm/elf.h
index cf3ae2480b1d25f5dfd77e8e328e5745b413e2be..a66359ef4ece770e3ed1a6518e96b79e733b4afa 100644
(file)
--- a/
arch/mips/include/asm/elf.h
+++ b/
arch/mips/include/asm/elf.h
@@
-331,6
+331,7
@@
extern int dump_task_fpu(struct task_struct *, elf_fpregset_t *);
#define ELF_CORE_COPY_FPREGS(tsk, elf_fpregs) \
dump_task_fpu(tsk, elf_fpregs)
+#define CORE_DUMP_USE_REGSET
#define ELF_EXEC_PAGESIZE PAGE_SIZE
/* This yields a mask that user programs can use to figure out what