about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-06-23 11:56:02 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-06-23 11:56:02 +0200
commitdb9b505976a9448911e728c01885e71ad6e9461f (patch)
tree77a0b3b0bd0d5780f633117583a5801872bbcaaf /ChangeLog
parent967705fee12b4c02456fedbeb4c0dc6e79469ca7 (diff)
downloadglibc-db9b505976a9448911e728c01885e71ad6e9461f.tar.gz
glibc-db9b505976a9448911e728c01885e71ad6e9461f.tar.xz
glibc-db9b505976a9448911e728c01885e71ad6e9461f.zip
SH: ____longjmp_chk for GNU/Linux with sigaltstack support.
debug/tst-longjmp_chk2 now passes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ec2e00a7d..0653538cc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
+	sysdeps/sh/____longjmp_chk.S.
+	* sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
+	on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
+	* sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
+	(gen-as-const-headers): Append sigaltstack-offsets.sym.
+
 	* sysdeps/sh/abort-instr.h: New file.
 	* sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
 	process in case exit returns.