Blackfin: stub fpregs dumping
The Blackfin processor has no FPU, so there are no FPU regs to dump. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
f2521ce9ce
commit
88a0ade952
|
@ -119,6 +119,7 @@ do { \
|
|||
#define ELF_CORE_COPY_REGS(pr_reg, regs) \
|
||||
memcpy((char *) &pr_reg, (char *)regs, \
|
||||
sizeof(struct pt_regs));
|
||||
#define ELF_CORE_COPY_FPREGS(...) 0 /* Blackfin has no FPU */
|
||||
|
||||
/* This yields a mask that user programs can use to figure out what
|
||||
instruction set this cpu supports. */
|
||||
|
|
Loading…
Reference in New Issue