about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2010-02-20 13:43:09 -0800
committerDavid S. Miller <davem@davemloft.net>2010-02-20 13:48:07 -0800
commit34a407de9661ff8e938d152445b750becb247f7c (patch)
tree8f8ec7689f91cb5dfc655ecdfac4f4235cbb8f0e /ChangeLog
parent2daff75bab89a597b2a29bc6f3c7f88e12352355 (diff)
downloadglibc-34a407de9661ff8e938d152445b750becb247f7c.tar.gz
glibc-34a407de9661ff8e938d152445b750becb247f7c.tar.xz
glibc-34a407de9661ff8e938d152445b750becb247f7c.zip
sparc: Fix 32-bit makecontext arg passing.
test-makecontext3 fails because we fill in the argument
stack slots past the 5th using the wrong index.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b91c5f9ea..ac36832f8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@
 	* sysdeps/sparc/sparc64/memchr.S: Use unsigned branch on greater to
 	test end of buffer.
 
+	* sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c
+	(__makecontext): Adjust arg counter properly when copying arg
+	stack slots.
+
 2009-02-20  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):