]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog.old-ports-ia64
ia64: math: add __scalbn* aliases
authorMike Frysinger <vapier@gentoo.org>
Tue, 17 Apr 2012 02:43:09 +0000 (22:43 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 28 Apr 2012 03:09:38 +0000 (23:09 -0400)
commit413a8f40ecad7b78ceed0c098832004d4f3cb16e
tree2855e590d3dc09f367230eb4e9cdd82165ddc41a
parent16aca1f7711898a516c63b78528d33afa46213a2
ia64: math: add __scalbn* aliases

All other ports have __scalbn* aliases pointing back to scalbn*, but
the ia64 code had omitted them.  This didn't really matter as none
of the common code called them, but after a recent update, that's no
longer true.  Add the aliases needed by some common code to fix link
errors with libm due to them missing.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
ChangeLog.ia64
sysdeps/ia64/fpu/s_scalbn.c
sysdeps/ia64/fpu/s_scalbnf.c
sysdeps/ia64/fpu/s_scalbnl.c