aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps/ia64/dl-fptr.h
AgeCommit message (Collapse)Author
2014-02-16ia64: relocate out of ports/ subdirMike Frysinger
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-03-12ia64: fix strict aliasing warnings with func descriptorsMike Frysinger
Function pointers on ia64 are like parisc -- they're plabels. While the parisc port enjoys a gcc builtin for extracting the address here, ia64 has no such luck. Casting & dereferencing in one go triggers a strict aliasing warning. Use a union to fix that. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-07-01Move all files into ports/ subdirectory in preparation for merge with glibcglibc-2.16-ports-before-mergeJoseph Myers