projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e38a59
)
Sun Mar 10 16:58:10 1996 Ulrich Drepper <drepper@gnu.ai.mit.edu>
author
roland
<roland>
Tue, 12 Mar 1996 08:56:03 +0000
(08:56 +0000)
committer
roland
<roland>
Tue, 12 Mar 1996 08:56:03 +0000
(08:56 +0000)
* sysdeps/unix/sysv/linux/i386/fpu_control.h (_FPU_SETCW):
Correct GCC `asm' syntax.
sysdeps/unix/sysv/linux/i386/fpu_control.h
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/i386/fpu_control.h
b/sysdeps/unix/sysv/linux/i386/fpu_control.h
index
ed56d83
..
8c04c1e
100644
(file)
--- a/
sysdeps/unix/sysv/linux/i386/fpu_control.h
+++ b/
sysdeps/unix/sysv/linux/i386/fpu_control.h
@@
-89,7
+89,7
@@
typedef unsigned int fpu_control_t __attribute__ ((__mode__ (__HI__)));
/* Macros for accessing the hardware control word. */
#define _FPU_GETCW(cw) __asm__ ("fnstcw %0" : "=m" (cw))
-#define _FPU_SETCW(cw) __asm__ ("fldcw %0" : "m" (cw))
+#define _FPU_SETCW(cw) __asm__ ("fldcw %0" :
:
"m" (cw))
/* Default control word set at startup. */
extern fpu_control_t __fpu_control;