From 8350c7e88273644e42322bd0e1007b9df3dc9def Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 13 Mar 2011 21:48:22 +0100 Subject: change __HAVE_FPU__ to __UCLIBC_HAS_FPU__ add features.h where necessary Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/nios2/jmpbuf-offsets.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/nios2/jmpbuf-offsets.h') diff --git a/libc/sysdeps/linux/nios2/jmpbuf-offsets.h b/libc/sysdeps/linux/nios2/jmpbuf-offsets.h index 3ade24e01..b7d19cafb 100644 --- a/libc/sysdeps/linux/nios2/jmpbuf-offsets.h +++ b/libc/sysdeps/linux/nios2/jmpbuf-offsets.h @@ -4,6 +4,8 @@ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ +#include + #define JB_REGS 0 #define JB_PC 32 #define JB_SP 36 @@ -11,7 +13,7 @@ #define JB_GP 44 #define JB_FPREGS 48 -#if defined __UCLIBC_HAS_FPU__ +#ifdef __UCLIBC_HAS_FPU__ # define JB_SIZE 304 #else # define JB_SIZE 48 -- cgit v1.2.3