diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-11-27 00:01:10 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-11-27 00:01:10 +0000 |
commit | 4cf77aa9847aac13bf65c977396b6e8a66337238 (patch) | |
tree | 3de5d9eb2c0240c9bc9f6a4a9ccc5eaf8aa4e2c8 /ChangeLog | |
parent | d260b3b40358aaa9a159681271e7420842015a61 (diff) | |
download | glibc-4cf77aa9847aac13bf65c977396b6e8a66337238.tar glibc-4cf77aa9847aac13bf65c977396b6e8a66337238.tar.gz glibc-4cf77aa9847aac13bf65c977396b6e8a66337238.tar.bz2 glibc-4cf77aa9847aac13bf65c977396b6e8a66337238.zip |
Fix strict-aliasing warnings from unwind-dw2-fde.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2012-11-26 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function. + (fde_unencoded_compare): Use get_pc_begin instead of type-punning. + (add_fdes): Likewise. + (linear_search_fdes): Likewise. + (binary_search_unencoded_fdes): Likewise. + 2012-11-26 Andreas Schwab <schwab@linux-m68k.org> * elf/sotruss.ksh: Correctly locate argument of -F and -T options. |