GNU C Library master sources branch, master, updated. glibc-2.14-391-g23ce562
drepper@sourceware.org
drepper@sourceware.org
Tue Oct 18 13:39:00 GMT 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, master has been updated
via 23ce5627803ad1e6686355965cd68bb23d05fb28 (commit)
from 581d30e386b9567b973a65d0bc82af782ac078ed (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=23ce5627803ad1e6686355965cd68bb23d05fb28
commit 23ce5627803ad1e6686355965cd68bb23d05fb28
Author: Ulrich Drepper <drepper@gmail.com>
Date: Tue Oct 18 09:38:47 2011 -0400
Pretty print last change to x86-64 mathinline.h
diff --git a/sysdeps/x86_64/fpu/bits/mathinline.h b/sysdeps/x86_64/fpu/bits/mathinline.h
index 57d718d..1a2c1ee 100644
--- a/sysdeps/x86_64/fpu/bits/mathinline.h
+++ b/sysdeps/x86_64/fpu/bits/mathinline.h
@@ -167,7 +167,7 @@ __NTH (rintf (float __x))
return __res;
}
-#ifdef __USE_ISOC99
+# ifdef __USE_ISOC99
/* Round to nearest integer without raising inexact exception. */
__MATH_INLINE double
__NTH (nearbyint (double __x))
@@ -183,7 +183,7 @@ __NTH (nearbyintf (float __x))
__asm ("roundss $0xc, %1, %0" : "=x" (__res) : "xm" (__x));
return __res;
}
-#endif
+# endif
__END_NAMESPACE_C99
# endif
-----------------------------------------------------------------------
Summary of changes:
sysdeps/x86_64/fpu/bits/mathinline.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
GNU C Library master sources
More information about the Glibc-cvs
mailing list