sysdeps/ia64/fpu/feenablxcpt.c

Andreas Schwab schwab@suse.de
Thu Feb 15 08:31:00 GMT 2001


gcc 2.97 chokes about the extra space in the constraint.

Andreas.

2001-02-15  Andreas Schwab  <schwab@suse.de>

	* sysdeps/ia64/fpu/feenablxcpt.c: Delete spurious space.

--- sysdeps/ia64/fpu/feenablxcpt.c.~1.2.~	Fri Sep 29 10:03:22 2000
+++ sysdeps/ia64/fpu/feenablxcpt.c	Thu Feb 15 17:15:37 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



More information about the Libc-hacker mailing list