diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-13 21:48:22 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:23 +0200 |
commit | 8350c7e88273644e42322bd0e1007b9df3dc9def (patch) | |
tree | 9420c0a73972b80b48f294173cd0b570d93dcecd /libc/sysdeps/linux/nios2/__longjmp.S | |
parent | c53099f7dfa350391785fc3ded1e9d077f45417f (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/nios2/__longjmp.S')
-rw-r--r-- | libc/sysdeps/linux/nios2/__longjmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/nios2/__longjmp.S b/libc/sysdeps/linux/nios2/__longjmp.S index 77697731f..7df599768 100644 --- a/libc/sysdeps/linux/nios2/__longjmp.S +++ b/libc/sysdeps/linux/nios2/__longjmp.S @@ -37,7 +37,7 @@ __longjmp: ldw gp, JB_GP(r4) ldw sp, JB_SP(r4) -#if defined(__HAVE_FPU__) +#ifdef __UCLIBC_HAS_FPU__ RESTORE_FPU r4 JB_FPREGS #endif |