aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-06-23 11:28:23 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-06-23 11:28:23 +0200
commit2a649725b939fe8a50089cce9644b9649ef4fe43 (patch)
tree33b440f1c8d2d190471c91a602b85102a702dc0c /ChangeLog
parentaf1bce34ef3ae8caa84214175e93d809c11a5ea4 (diff)
downloadglibc-2a649725b939fe8a50089cce9644b9649ef4fe43.tar
glibc-2a649725b939fe8a50089cce9644b9649ef4fe43.tar.gz
glibc-2a649725b939fe8a50089cce9644b9649ef4fe43.tar.bz2
glibc-2a649725b939fe8a50089cce9644b9649ef4fe43.zip
SH: makecontext: Fix calculation of ARGC > 4.
stdlib/tst-setcontext and stdlib/tst-makecontext3 now pass.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ebc2aba18..49c98fb10b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2012-06-23 Thomas Schwinge <thomas@codesourcery.com>
+ * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
+ calculation of ARGC > 4.
+
* sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
meaningful names to some local labels.