summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/m68k/bsd-setjmp.S
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-13 21:48:22 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:23 +0200
commit8350c7e88273644e42322bd0e1007b9df3dc9def (patch)
tree9420c0a73972b80b48f294173cd0b570d93dcecd /libc/sysdeps/linux/m68k/bsd-setjmp.S
parentc53099f7dfa350391785fc3ded1e9d077f45417f (diff)
change __HAVE_FPU__ to __UCLIBC_HAS_FPU__
add features.h where necessary Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/m68k/bsd-setjmp.S')
-rw-r--r--libc/sysdeps/linux/m68k/bsd-setjmp.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/m68k/bsd-setjmp.S b/libc/sysdeps/linux/m68k/bsd-setjmp.S
index b41b4c1fd..9daf27713 100644
--- a/libc/sysdeps/linux/m68k/bsd-setjmp.S
+++ b/libc/sysdeps/linux/m68k/bsd-setjmp.S
@@ -2,6 +2,7 @@
/* Copyright (C) 2002, David McCullough <davidm@snapgear.com> */
/* This file is released under the LGPL, any version you like */
+#include <features.h>
#include <jmpbuf-offsets.h>
#include "m68k_pic.S"
@@ -13,7 +14,7 @@ setjmp:
moveal %sp@(4), %a0
movel %sp@(0), %a0@(JB_PC)
moveml %d2-%d7/%a2-%a7, %a0@(JB_REGS)
-#if defined(__HAVE_68881__) || defined(__HAVE_FPU__)
+#if defined __HAVE_68881__ || defined __UCLIBC_HAS_FPU__
fmovemx %fp2-%fp7, %a0@(JB_FPREGS)
#endif
clrl %d0