]> sourceware.org Git - glibc.git/commit
ia64: fpu: fix gamma definition handling [BZ #15421]
authorMike Frysinger <vapier@gentoo.org>
Tue, 29 Dec 2015 06:06:30 +0000 (01:06 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 2 Jan 2016 03:17:07 +0000 (22:17 -0500)
commit19e075101493016130f8b9321d14084478bd9827
tree428cd07798c01a9bc616583c5884c576324a85c4
parente0043e17dfc52fe1702746543127cb4a87232bcd
ia64: fpu: fix gamma definition handling [BZ #15421]

The rework in commit d709042a6e5ab3c360280faad6f9538a34dc8eea broke
buiding on ia64 due to compat_symbol expanding into ... in some cases.
The common files were wrapped in a BUILD_LGAMMA check, but the ia64
ones were not.  Add that logic to the ia64 files too.
ChangeLog
sysdeps/ia64/fpu/w_lgamma_main.c
sysdeps/ia64/fpu/w_lgammaf_main.c
sysdeps/ia64/fpu/w_lgammal_main.c
This page took 0.043215 seconds and 5 git commands to generate.