提交 88a0ade9 编写于 作者: M Mike Frysinger

Blackfin: stub fpregs dumping

The Blackfin processor has no FPU, so there are no FPU regs to dump.
Signed-off-by: NMike Frysinger <vapier@gentoo.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册