aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/include/asm/elf.h')
-rw-r--r--arch/sh/include/asm/elf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sh/include/asm/elf.h b/arch/sh/include/asm/elf.h
index 6b2cec80fd1..4da3a0b1091 100644
--- a/arch/sh/include/asm/elf.h
+++ b/arch/sh/include/asm/elf.h
@@ -108,10 +108,10 @@ typedef struct user_fpu_struct elf_fpregset_t;
108#define elf_check_fdpic(x) ((x)->e_flags & EF_SH_FDPIC) 108#define elf_check_fdpic(x) ((x)->e_flags & EF_SH_FDPIC)
109#define elf_check_const_displacement(x) ((x)->e_flags & EF_SH_PIC) 109#define elf_check_const_displacement(x) ((x)->e_flags & EF_SH_PIC)
110 110
111#if defined(CONFIG_SUPERH32) && !defined(CONFIG_SH_FPU) 111#ifdef CONFIG_SUPERH32
112/* 112/*
113 * Enable dump using regset for general purpose registers, use this as 113 * Enable dump using regset.
114 * the default once the FPU registers are moved over also. 114 * This covers all of general/DSP/FPU regs.
115 */ 115 */
116#define CORE_DUMP_USE_REGSET 116#define CORE_DUMP_USE_REGSET
117#endif 117#endif