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

r6717 - in glibc-package/branches/glibc-2.21/debian: . patches/hppa



Author: aurel32
Date: 2015-11-30 13:23:09 +0000 (Mon, 30 Nov 2015)
New Revision: 6717

Modified:
   glibc-package/branches/glibc-2.21/debian/changelog
   glibc-package/branches/glibc-2.21/debian/patches/hppa/submitted-mathdef.diff
Log:
patches/hppa/submitted-mathdef.diff: update to include the ABI baseline
changes.

Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog	2015-11-30 08:47:16 UTC (rev 6716)
+++ glibc-package/branches/glibc-2.21/debian/changelog	2015-11-30 13:23:09 UTC (rev 6717)
@@ -4,6 +4,8 @@
   * testsuite-checking/expected-results-mips64el-linux-gnu-*: allow 
     nptl/tst-cancel24-static to fail on mips64el.  It's an upstream regression
     only affecting static binaries currently under investigation.
+  * patches/hppa/submitted-mathdef.diff: update to include the ABI baseline
+    changes.
 
  -- Aurelien Jarno <aurel32@debian.org>  Sun, 29 Nov 2015 23:25:34 +0100
 

Modified: glibc-package/branches/glibc-2.21/debian/patches/hppa/submitted-mathdef.diff
===================================================================
--- glibc-package/branches/glibc-2.21/debian/patches/hppa/submitted-mathdef.diff	2015-11-30 08:47:16 UTC (rev 6716)
+++ glibc-package/branches/glibc-2.21/debian/patches/hppa/submitted-mathdef.diff	2015-11-30 13:23:09 UTC (rev 6717)
@@ -1,3 +1,9 @@
+2015-11-30  Aurelien Jarno  <aurelien@aurel32.net>
+
+	* sysdeps/unix/sysv/linux/hppa/libc.abilist: Add __finitel, __isinfl,
+	and __isnanl.
+        * sysdeps/unix/sysv/linux/hppa/libm.abilist: Add _finitel.
+
 2015-11-22  John David Anglin  <danglin@gcc.gnu.org>
 
 	[BZ #19270]
@@ -3,9 +9,7 @@
 	* sysdeps/hppa/fpu/bits/mathdef.h (__NO_LONG_DOUBLE_MATH): Define.
 
-diff --git a/sysdeps/hppa/fpu/bits/mathdef.h b/sysdeps/hppa/fpu/bits/mathdef.h
-index d189f4a..443655f 100644
 --- a/sysdeps/hppa/fpu/bits/mathdef.h
 +++ b/sysdeps/hppa/fpu/bits/mathdef.h
-@@ -34,5 +34,10 @@ typedef double double_t;	/* `double' expressions are evaluated as
+@@ -34,5 +34,10 @@
  
  #endif	/* ISO C99 */
@@ -20,3 +24,35 @@
 +   `long double' function variants.  */
 +# define __NO_LONG_DOUBLE_MATH	1
 +#endif
+--- a/sysdeps/unix/sysv/linux/hppa/libc.abilist
++++ b/sysdeps/unix/sysv/linux/hppa/libc.abilist
+@@ -274,6 +274,7 @@
+  __ffs F
+  __finite F
+  __finitef F
++ __finitel F
+  __flbf F
+  __fork F
+  __fpending F
+@@ -305,9 +306,11 @@
+  __isgraph_l F
+  __isinf F
+  __isinff F
++ __isinfl F
+  __islower_l F
+  __isnan F
+  __isnanf F
++ __isnanl F
+  __isprint_l F
+  __ispunct_l F
+  __isspace_l F
+--- a/sysdeps/unix/sysv/linux/hppa/libm.abilist
++++ b/sysdeps/unix/sysv/linux/hppa/libm.abilist
+@@ -66,6 +66,7 @@
+  __clog10l F
+  __finite F
+  __finitef F
++ __finitel F
+  __fpclassify F
+  __fpclassifyf F
+  __signbit F


Reply to: