about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2016-08-26 08:57:42 -0700
committerH.J. Lu <hjl.tools@gmail.com>2016-08-26 08:57:54 -0700
commit0ac8ee53e8efbfd6e1c37094b4653f5c2dad65b5 (patch)
tree5cc57f266e6790c60fb2b3fe27986b6cbd4c04f7 /ChangeLog
parent6e263a27c4d911a9f4b68ed14852601b5c53b83d (diff)
downloadglibc-0ac8ee53e8efbfd6e1c37094b4653f5c2dad65b5.tar.gz
glibc-0ac8ee53e8efbfd6e1c37094b4653f5c2dad65b5.tar.xz
glibc-0ac8ee53e8efbfd6e1c37094b4653f5c2dad65b5.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4324678f34..a8aae15e70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-08-26  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysdeps/x86_64/dl-trampoline.h (_dl_runtime_resolve): Don't
+	adjust CFA when allocating register save area on re-aligned
+	stack.
+
 2016-08-26  Florian Weimer  <fweimer@redhat.com>
 
 	* string/tst-cmp.c: New test.