about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-06-23 11:42:29 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-06-23 11:42:29 +0200
commita9def8c49d22815801408e62bedca26810cfceb7 (patch)
treeecc8d402f31616e3de136520692ad1abee0fdb80 /ChangeLog
parent2a649725b939fe8a50089cce9644b9649ef4fe43 (diff)
downloadglibc-a9def8c49d22815801408e62bedca26810cfceb7.tar.gz
glibc-a9def8c49d22815801408e62bedca26810cfceb7.tar.xz
glibc-a9def8c49d22815801408e62bedca26810cfceb7.zip
SH: makecontext/.Lexitcode: Always initialize the GOT register before use.
This is only relevant when returning from a context with »uc_link == NULL«,
which is not exercised in the testsuite.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49c98fb10b..751797d4f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
+	initialize the GOT register before use.
+
 	* sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
 	calculation of ARGC > 4.