diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-11-30 13:48:39 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-11-30 13:48:39 -0800 |
commit | 48085d142e3879a31af25a10316104bb7092eb1c (patch) | |
tree | 91a577deceba6a49dcd25cf519fdf97a76e9f0f8 /ChangeLog | |
parent | 1a538b9f15420661205cc2d6314b465384a88a7e (diff) | |
download | glibc-48085d142e3879a31af25a10316104bb7092eb1c.tar glibc-48085d142e3879a31af25a10316104bb7092eb1c.tar.gz glibc-48085d142e3879a31af25a10316104bb7092eb1c.tar.bz2 glibc-48085d142e3879a31af25a10316104bb7092eb1c.zip |
Fix type-punning warning in powerpc64 gmon-start.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2012-11-30 Roland McGrath <roland@hack.frob.com> + + * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a + second, differently-typed declaration, rather than a cast. + 2012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com> * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration... |