Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.  */