We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aeb753 commit 6a9c001Copy full SHA for 6a9c001
arch/mips/include/asm/elf.h
@@ -331,6 +331,7 @@ extern int dump_task_fpu(struct task_struct *, elf_fpregset_t *);
331
#define ELF_CORE_COPY_FPREGS(tsk, elf_fpregs) \
332
dump_task_fpu(tsk, elf_fpregs)
333
334
+#define CORE_DUMP_USE_REGSET
335
#define ELF_EXEC_PAGESIZE PAGE_SIZE
336
337
/* This yields a mask that user programs can use to figure out what
0 commit comments