Commit 88a0ade9 authored by Mike Frysinger's avatar Mike Frysinger

Blackfin: stub fpregs dumping

The Blackfin processor has no FPU, so there are no FPU regs to dump.
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent f2521ce9
......@@ -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. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment