]> git.ipfire.org Git - thirdparty/glibc.git/commit - math/w_lgammal.c
fix gamma symbol for static linking and new targets
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 2 Oct 2017 12:01:02 +0000 (13:01 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 2 Oct 2017 16:33:13 +0000 (17:33 +0100)
commitbdc5c59214a9e4bd9a299deead29c04ddf141256
treeb523a6912c7543ec8df12710c19141de6862a858
parentbd4430c2a6d9d4deb49cab20ebe6aaf8a779ba0d
fix gamma symbol for static linking and new targets

The lgamma compat code is no longer built for !LIBM_SVID_COMPAT targets,
but the legacy gamma, gammaf and gammal symbols should be still defined,
so make them aliases to the non-compat lgamma code.

* math/w_lgamma.c: New file.
* math/w_lgammaf.c: New file.
* math/w_lgammal.c: New file.
ChangeLog
math/w_lgamma.c [new file with mode: 0644]
math/w_lgammaf.c [new file with mode: 0644]
math/w_lgammal.c [new file with mode: 0644]