about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-07-15 08:48:40 -0700
committerH.J. Lu <hjl.tools@gmail.com>2018-07-15 08:48:54 -0700
commit31e422ca9680bbe412aa56b23f058c10eaee7be8 (patch)
treea607224f4d7b43381ae58b4de26a1d2a03cab3cc /ChangeLog
parentfaaee1f07ed25b2779bfd935ffb29f431b80d6d3 (diff)
downloadglibc-31e422ca9680bbe412aa56b23f058c10eaee7be8.tar.gz
glibc-31e422ca9680bbe412aa56b23f058c10eaee7be8.tar.xz
glibc-31e422ca9680bbe412aa56b23f058c10eaee7be8.zip
x86_64: Undef SHADOW_STACK_POINTER_OFFSET last
Since SHADOW_STACK_POINTER_OFFSET is defined in jmp_buf-ssp.h, we must
undef SHADOW_STACK_POINTER_OFFSET after including <jmp_buf-ssp.h>.

	* sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Undef
	SHADOW_STACK_POINTER_OFFSET after including <jmp_buf-ssp.h>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9844826b0..89052e6a9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-07-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Undef
+	SHADOW_STACK_POINTER_OFFSET after including <jmp_buf-ssp.h>.
+
 2018-07-14  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
 	    H.J. Lu  <hongjiu.lu@intel.com>