|
@@ -2,6 +2,7 @@
|
|
/* Copyright (C) 2002, David McCullough <davidm@snapgear.com> */
|
|
/* Copyright (C) 2002, David McCullough <davidm@snapgear.com> */
|
|
/* This file is released under the LGPL, any version you like */
|
|
/* This file is released under the LGPL, any version you like */
|
|
|
|
|
|
|
|
+#include <features.h>
|
|
#include <jmpbuf-offsets.h>
|
|
#include <jmpbuf-offsets.h>
|
|
#include "m68k_pic.S"
|
|
#include "m68k_pic.S"
|
|
|
|
|
|
@@ -13,7 +14,7 @@ __sigsetjmp:
|
|
moveal %sp@(4), %a0
|
|
moveal %sp@(4), %a0
|
|
movel %sp@(0), %a0@(JB_PC)
|
|
movel %sp@(0), %a0@(JB_PC)
|
|
moveml %d2-%d7/%a2-%a7, %a0@(JB_REGS)
|
|
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)
|
|
fmovemx %fp2-%fp7, %a0@(JB_FPREGS)
|
|
#endif
|
|
#endif
|
|
clrl %d0
|
|
clrl %d0
|