aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/init_array/elf-init.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-03-11 01:20:39 +0000
committerMike Frysinger <vapier@gentoo.org>2013-03-12 06:00:28 -0400
commita186dc916c30e5077e092335e6c264d9d18688df (patch)
treee5e8b317dea1d35628d1ee3a46ae806c67dad173 /sysdeps/init_array/elf-init.c
parentc5abd7ce01539dc5224f7533c9d1048900992317 (diff)
downloadglibc-a186dc916c30e5077e092335e6c264d9d18688df.zip
glibc-a186dc916c30e5077e092335e6c264d9d18688df.tar.gz
glibc-a186dc916c30e5077e092335e6c264d9d18688df.tar.bz2
ia64: fix strict aliasing warnings with libm error
The current code declares double constants by using a char buffer and then casting the pointer to a different type. This makes the aliasing logic unhappy. Change it to use a union instead to avoid that. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sysdeps/init_array/elf-init.c')
0 files changed, 0 insertions, 0 deletions