about summary refs log tree commit diff
path: root/ports/sysdeps/ia64/entry.h
Commit message (Collapse)AuthorAgeFilesLines
* ia64: relocate out of ports/ subdirMike Frysinger2014-02-161-13/+0
|
* ia64: fix strict aliasing warnings with func descriptorsMike Frysinger2013-03-121-1/+4
| | | | | | | | | | | 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>
* Move all files into ports/ subdirectory in preparation for merge with glibc glibc-2.16-ports-before-mergeJoseph Myers2012-07-011-0/+10