glibc/ports/sysdeps/unix
Mike Frysinger c5abd7ce01 ia64: fix strict aliasing warnings with func descriptors
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-03-12 06:00:05 -04:00
..
alpha alpha: Include errno.h in sysdep.h 2013-02-20 16:49:25 -08:00
am33 Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
arm arm: Introduce and use GET_TLS 2013-03-06 07:46:38 -08:00
mips Add support for building as MIPS16 code. 2013-02-27 23:45:07 +00:00
sysv/linux ia64: fix strict aliasing warnings with func descriptors 2013-03-12 06:00:05 -04:00