diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2017-10-02 15:53:51 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2017-10-03 14:31:59 +0100 |
commit | f275f64e7e97fcfe31280aabd0d64591c90bbe18 (patch) | |
tree | 5bdb85a9446861bd60aee1d55ef412693ced1091 /ChangeLog | |
parent | b8818ab592ce1012d481604284f66552bd451910 (diff) | |
download | glibc-f275f64e7e97fcfe31280aabd0d64591c90bbe18.tar glibc-f275f64e7e97fcfe31280aabd0d64591c90bbe18.tar.gz glibc-f275f64e7e97fcfe31280aabd0d64591c90bbe18.tar.bz2 glibc-f275f64e7e97fcfe31280aabd0d64591c90bbe18.zip |
fix drem symbol for static linking and new targets
The compat remainder code is no longer built for !LIBM_SVID_COMPAT targets,
but the legacy drem, dremf and dreml symbols should be still defined since
removing them may break existing code, so keep them as aliases in the
non-compat remainder code.
* math/w_remainder.c: New file.
* math/w_remainderf.c: New file.
* math/w_remainderl.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2017-10-03 Szabolcs Nagy <szabolcs.nagy@arm.com> + + * math/w_remainder.c: New file. + * math/w_remainderf.c: New file. + * math/w_remainderl.c: New file. + 2017-10-03 H.J. Lu <hongjiu.lu@intel.com> * elf/rtld.c (BOOTSTRAP_MAP): New. |