aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ia64/fpu/s_scalbn.c
AgeCommit message (Collapse)Author
2012-04-27ia64: math: add __scalbn* aliasesMike Frysinger
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>
2012-04-22ia64: strip trailing whitespaceMike Frysinger
Many ia64 files have trailing whitespace which gets in the way and annoys me. So strip it away: find `find sysdeps/ -name ia64` -type f -exec sed -i 's:[[:space:]]*$::' {} + Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-04-22ia64: move from main treeMike Frysinger
This is a simple copy of the last version of ia64 in the main tree. It does not work as-is, but serves as a basis for follow up changes to restore it to working order. Signed-off-by: Mike Frysinger <vapier@gentoo.org>