diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-23 19:13:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-23 19:13:46 +0000 |
commit | 7fb2478092d40e5237115f409968a9762734692b (patch) | |
tree | 694e78077f2215dc2269caca7c7285063d21cfaa /libc/sysdeps/linux/sparc/fpu_control.h | |
parent | 160cae6ad49006f75f393e48ce5516779d7eb8bf (diff) |
fixes from psm: disable unsupported __fpu_control and sync with upstream
Diffstat (limited to 'libc/sysdeps/linux/sparc/fpu_control.h')
-rw-r--r-- | libc/sysdeps/linux/sparc/fpu_control.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/sparc/fpu_control.h b/libc/sysdeps/linux/sparc/fpu_control.h index b29734ce2..41ab0a917 100644 --- a/libc/sysdeps/linux/sparc/fpu_control.h +++ b/libc/sysdeps/linux/sparc/fpu_control.h @@ -67,7 +67,9 @@ typedef unsigned long int fpu_control_t; # define _FPU_SETCW(cw) __asm__ ("ld %0,%%fsr" : : "m" (*&cw)) #endif +#if 0 /* Default control word set at startup. */ extern fpu_control_t __fpu_control; +#endif #endif /* fpu_control.h */ |