From 53994f12633b863eb833fc3b1f6971ae8de61ff8 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 6 Dec 2017 13:42:58 +0000 Subject: Make some ldbl-128, ldbl-128ibm arrays const. I noticed that an x86_64 build of libm unexpectedly contained more non-constant data than an older version (before _Float128 support) did. The problem is non-const arrays in the ldbl-128 j0l and j1l implementations; this patch makes those arrays, and the corresponding ldbl-128ibm ones, const. Tested for x86_64, and tested compilation for powerpc with build-many-glibcs.py. * sysdeps/ieee754/ldbl-128/e_j0l.c (Y0_2N): Make const. (Y0_2D): Likewise. * sysdeps/ieee754/ldbl-128/e_j1l.c (Y0_2N): Likewise. (Y0_2D): Likewise. * sysdeps/ieee754/ldbl-128ibm/e_j0l.c (Y0_2N): Likewise. (Y0_2D): Likewise. * sysdeps/ieee754/ldbl-128ibm/e_j1l.c (Y0_2N): Likewise. (Y0_2D): Likewise. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 39814e13dc..7850a15f63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2017-12-06 Joseph Myers + + * sysdeps/ieee754/ldbl-128/e_j0l.c (Y0_2N): Make const. + (Y0_2D): Likewise. + * sysdeps/ieee754/ldbl-128/e_j1l.c (Y0_2N): Likewise. + (Y0_2D): Likewise. + * sysdeps/ieee754/ldbl-128ibm/e_j0l.c (Y0_2N): Likewise. + (Y0_2D): Likewise. + * sysdeps/ieee754/ldbl-128ibm/e_j1l.c (Y0_2N): Likewise. + (Y0_2D): Likewise. + 2017-12-06 Mike FABIAN [BZ #22515] -- cgit 1.4.1