aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Olsa <jolsa@redhat.com>2011-08-29 09:14:51 -0400
committerUlrich Drepper <drepper@gmail.com>2011-08-29 09:14:51 -0400
commitfbeb5f4db12dccb985ee10eb87fe00b46562b796 (patch)
tree3d929f9a00442a74b8f85d7817c4799c9f4d59bf /ChangeLog
parentad69cc2652c0422ebac3296d914c25e470498ce1 (diff)
downloadglibc-fbeb5f4db12dccb985ee10eb87fe00b46562b796.zip
glibc-fbeb5f4db12dccb985ee10eb87fe00b46562b796.tar.gz
glibc-fbeb5f4db12dccb985ee10eb87fe00b46562b796.tar.bz2
rtld, i386: Fix cfi directive in audit trampoline code
_dl_runtime_profile function has wrong cfi directive when rewinding stack back for the pltexit path. Only 8 bytes - 2 'pop edx' instructions from the pltentry-only code should be rewinded back. With attached patch, I'm able to rewind stack correctly throught the rtld code from audit library callback.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab754e5..5adcddc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-29 Jiri Olsa <jolsa@redhat.com>
+
+ * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
+ directive.
+
2011-08-24 David S. Miller <davem@davemloft.net>
* sysdeps/sparc/sparc64/strcmp.S: Rewrite.