diff options
| author | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-07-01 11:03:51 -0500 |
|---|---|---|
| committer | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-08-29 11:55:41 -0500 |
| commit | 1dbc54f61e281d3f2c1712dadd12864c42f8a64a (patch) | |
| tree | 039c7754e2f843648b93acddbb5c4e92f4a74b06 /ChangeLog | |
| parent | d47d27d6c08fa95c1ed49a8ce96cef2e37736b72 (diff) | |
| download | glibc-1dbc54f61e281d3f2c1712dadd12864c42f8a64a.tar.xz glibc-1dbc54f61e281d3f2c1712dadd12864c42f8a64a.zip | |
Prepare to convert remaining _Complex functions
This patch has no function changes, except to
ensure the git history correctly tracks the
changes to convert the double version of these
functions into a templated version.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2016-08-29 Paul E. Murphy <murphyp@linux.vnet.ibm.com> + * s_cexp_template.c: Copy of s_cexp.c. + * s_clog_template.c: Copy of s_clog.c. + * s_clog10_template.c: Copy of s_clog10.c. + * s_cpow_template.c: Copy of s_cpow.c. + * s_cproj_template.c: Copy of s_cproj.c. + * s_csqrt_template.c: Copy of s_csqrt.c. + +2016-08-29 Paul E. Murphy <murphyp@linux.vnet.ibm.com> + [BZ #20517] * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c: Include ldbl-opt/s_fdim.c to ensure fdiml@GLIBC_2.1 is |
