]> git.ipfire.org Git - thirdparty/glibc.git/commit
X86-64: Correct CFA in _dl_runtime_resolve
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 19 Oct 2017 15:50:07 +0000 (08:50 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 19 Oct 2017 15:50:28 +0000 (08:50 -0700)
commit37f4c94e1f0ae24b03d49839cd39c03076bd5c5b
tree7dfe138516c776a450125e9f25a77c298cca9703
parent79c6f51428a9ec977e611e609a8be6aebcb00006
X86-64: Correct CFA in _dl_runtime_resolve

When stack is re-aligned in _dl_runtime_resolve, there is no need to
adjust CFA when allocating register save area on stack.

* sysdeps/x86_64/dl-trampoline.h (_dl_runtime_resolve): Don't
adjust CFA when allocating register save area on re-aligned
stack.

(cherry picked from commit 0ac8ee53e8efbfd6e1c37094b4653f5c2dad65b5)
ChangeLog
sysdeps/x86_64/dl-trampoline.h