This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

sysdeps/ia64/fpu/feenablxcpt.c


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]