aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-12-16 15:14:03 -0800
committerRoland McGrath <roland@hack.frob.com>2014-12-16 15:47:53 -0800
commit3eb5d2fc71c973b95c9678b0644c26c615668218 (patch)
tree3c722912795bd0ca7621cfb5a1e9f6063d477e9f /ChangeLog
parentf0481d971e9941004814009c1b0877a43aa10bdb (diff)
downloadglibc-3eb5d2fc71c973b95c9678b0644c26c615668218.tar
glibc-3eb5d2fc71c973b95c9678b0644c26c615668218.tar.gz
glibc-3eb5d2fc71c973b95c9678b0644c26c615668218.tar.bz2
glibc-3eb5d2fc71c973b95c9678b0644c26c615668218.zip
Use PTR_MANGLE on libgcc unwinder function pointers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76a9849e77..4be48d00b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-12-16 Roland McGrath <roland@hack.frob.com>
+
+ * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
+ (init): Apply PTR_MANGLE to pointers before storing them.
+ (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
+ before using them.
+
2014-12-16 Joseph Myers <joseph@codesourcery.com>
[BZ #17719]