rtld, i386: Fix cfi directive in audit trampoline code
authorJiri Olsa <jolsa@redhat.com>
Mon, 29 Aug 2011 13:14:51 +0000 (09:14 -0400)
committerUlrich Drepper <drepper@gmail.com>
Mon, 29 Aug 2011 13:14:51 +0000 (09:14 -0400)
commitfbeb5f4db12dccb985ee10eb87fe00b46562b796
tree3d929f9a00442a74b8f85d7817c4799c9f4d59bf
parentad69cc2652c0422ebac3296d914c25e470498ce1
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.
ChangeLog
sysdeps/i386/dl-trampoline.S