sh: Add DSP registers to regset interface.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -108,11 +108,10 @@ typedef struct user_fpu_struct elf_fpregset_t;
|
||||
#define elf_check_fdpic(x) ((x)->e_flags & EF_SH_FDPIC)
|
||||
#define elf_check_const_displacement(x) ((x)->e_flags & EF_SH_PIC)
|
||||
|
||||
#if defined(CONFIG_SUPERH32) && \
|
||||
(!defined(CONFIG_SH_FPU) && !defined(CONFIG_SH_DSP))
|
||||
#if defined(CONFIG_SUPERH32) && !defined(CONFIG_SH_FPU)
|
||||
/*
|
||||
* Enable dump using regset for general purpose registers, use this as
|
||||
* the default once the FPU and DSP registers are moved over also.
|
||||
* the default once the FPU registers are moved over also.
|
||||
*/
|
||||
#define CORE_DUMP_USE_REGSET
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user