[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commits] r25160 - in /fsf/glibc-2_17-branch/libc: ChangeLog NEWS sysdeps/x86/fpu/bits/mathinline.h



Author: eglibc
Date: Thu Jan 30 00:03:42 2014
New Revision: 25160

Log:
Import glibc-2.17 for 2014-01-30

Modified:
    fsf/glibc-2_17-branch/libc/ChangeLog
    fsf/glibc-2_17-branch/libc/NEWS
    fsf/glibc-2_17-branch/libc/sysdeps/x86/fpu/bits/mathinline.h

Modified: fsf/glibc-2_17-branch/libc/ChangeLog
==============================================================================
--- fsf/glibc-2_17-branch/libc/ChangeLog (original)
+++ fsf/glibc-2_17-branch/libc/ChangeLog Thu Jan 30 00:03:42 2014
@@ -1,3 +1,9 @@
+2014-01-29  H.J. Lu  <hongjiu.lu@xxxxxxxxx>
+
+	[BZ #16510]
+	* sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
+	of __x86_64__ when disabling x87 inline functions.
+
 2014-01-04  Maxim Kuvyrkov  <maxim@xxxxxxxxxxxxxx>
 	    OndÃÂej BÃÂlka  <neleai@xxxxxxxxx>
 

Modified: fsf/glibc-2_17-branch/libc/NEWS
==============================================================================
--- fsf/glibc-2_17-branch/libc/NEWS (original)
+++ fsf/glibc-2_17-branch/libc/NEWS Thu Jan 30 00:03:42 2014
@@ -8,7 +8,7 @@
 Version 2.17.1
 
 * The following bugs are resolved with this release:
-  15003, 15006, 15073, 15122, 15759.
+  15003, 15006, 15073, 15122, 15759, 16510.
 
 
 Version 2.17

Modified: fsf/glibc-2_17-branch/libc/sysdeps/x86/fpu/bits/mathinline.h
==============================================================================
--- fsf/glibc-2_17-branch/libc/sysdeps/x86/fpu/bits/mathinline.h (original)
+++ fsf/glibc-2_17-branch/libc/sysdeps/x86/fpu/bits/mathinline.h Thu Jan 30 00:03:42 2014
@@ -1,5 +1,5 @@
 /* Inline math functions for i387 and SSE.
-   Copyright (C) 1995-2012 Free Software Foundation, Inc.
+   Copyright (C) 1995-2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -382,7 +382,7 @@
 # endif
 #endif
 
-#ifndef __x86_64__
+#ifndef __SSE2_MATH__
 # if ((!defined __NO_MATH_INLINES || defined __LIBC_INTERNAL_MATH_INLINES) \
      && defined __OPTIMIZE__)
 
@@ -965,4 +965,4 @@
 		    return __value;)
 # endif
 
-#endif /* !__x86_64__ */
+#endif /* !__SSE2_MATH__ */

_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits