]> sourceware.org Git - glibc.git/commit
fix drem symbol for static linking and new targets
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 2 Oct 2017 14:53:51 +0000 (15:53 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Tue, 3 Oct 2017 13:31:59 +0000 (14:31 +0100)
commitf275f64e7e97fcfe31280aabd0d64591c90bbe18
tree5bdb85a9446861bd60aee1d55ef412693ced1091
parentb8818ab592ce1012d481604284f66552bd451910
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.
ChangeLog
math/w_remainder.c [new file with mode: 0644]
math/w_remainderf.c [new file with mode: 0644]
math/w_remainderl.c [new file with mode: 0644]
This page took 0.040429 seconds and 5 git commands to generate.