summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-11-27 00:01:10 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-11-27 00:01:10 +0000
commit4cf77aa9847aac13bf65c977396b6e8a66337238 (patch)
tree3de5d9eb2c0240c9bc9f6a4a9ccc5eaf8aa4e2c8 /ChangeLog
parentd260b3b40358aaa9a159681271e7420842015a61 (diff)
downloadglibc-4cf77aa9847aac13bf65c977396b6e8a66337238.tar.gz
glibc-4cf77aa9847aac13bf65c977396b6e8a66337238.tar.xz
glibc-4cf77aa9847aac13bf65c977396b6e8a66337238.zip
Fix strict-aliasing warnings from unwind-dw2-fde.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6af6e7ad4..6b0d548188 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.