summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Jaeger <jaegerandi@gmail.com>2012-05-22 22:35:04 +0200
committerAndreas Jaeger <jaegerandi@gmail.com>2012-05-22 22:35:04 +0200
commit73338355920056d87648c65ccba9a875c289b37e (patch)
tree2aa5dbbe6c8a8b57cda3e21c9f6e05fd734feca7 /ChangeLog
parente2d6cea0a17ecd7ed32b2137e38d44d956d09316 (diff)
downloadglibc-73338355920056d87648c65ccba9a875c289b37e.tar.gz
glibc-73338355920056d87648c65ccba9a875c289b37e.tar.xz
glibc-73338355920056d87648c65ccba9a875c289b37e.zip
Fix x86_64/sched_getcpu.S error code
Rearrange code so that pseudo_end is just ret and the stack pointer
is correct also for static library in error case.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 159f4f2e93..8206ea4b26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-05-22  Andreas Jaeger  <aj@suse.de>
+
+	* sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
+	that pseudo_end is just ret and the stack pointer is correct also
+	for static library in error case.
+
 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
 	[BZ #14122]