sysdeps/ia64/fpu/feenablxcpt.c
Andreas Schwab
schwab@suse.de
Wed Mar 7 10:46:00 GMT 2001
There is an extra space in the asm spec that gcc 3.0 does not like at all.
Andreas.
2001-03-07 Andreas Schwab <schwab@suse.de>
* sysdeps/ia64/fpu/feenablxcpt.c (feenableexcept): Remove extra
space in asm spec.
--- sysdeps/ia64/fpu/feenablxcpt.c.~1.2.~ Fri Sep 29 10:03:22 2000
+++ sysdeps/ia64/fpu/feenablxcpt.c Wed Mar 7 19:44:33 2001
@@ -27,7 +27,7 @@
fenv_t new_fpsr;
/* Get the current fpsr. */
- __asm__ __volatile__ ("mov.m %0=ar.fpsr" : "=r " (old_fpsr));
+ __asm__ __volatile__ ("mov.m %0=ar.fpsr" : "=r" (old_fpsr));
new_fpsr = old_fpsr & ~((fenv_t) excepts & FE_ALL_EXCEPT);
--
Andreas Schwab "And now for something
SuSE Labs completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
More information about the Libc-hacker
mailing list