mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-11 22:00:08 +00:00
c5abd7ce01
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> |
||
---|---|---|
.. | ||
aarch64 | ||
alpha | ||
am33 | ||
arm | ||
generic | ||
hppa | ||
ia64 | ||
m68k | ||
mips | ||
powerpc/powerpc32 | ||
tile |