about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-02-07 23:27:36 +0000
committerUlrich Drepper <drepper@redhat.com>2005-02-07 23:27:36 +0000
commit16cc1800298a4369111b7cba2c755dab3c969a98 (patch)
treec6a9792c347bc820c93f8110e90e9c9bdf017f26 /ChangeLog
parentdd1e8878722d0a270f6aecdfeb7374d310f36519 (diff)
downloadglibc-16cc1800298a4369111b7cba2c755dab3c969a98.tar.gz
glibc-16cc1800298a4369111b7cba2c755dab3c969a98.tar.xz
glibc-16cc1800298a4369111b7cba2c755dab3c969a98.zip
[BZ #700]
2005-02-07  Steven Munroe  <sjmunroe@us.ibm.com>
	[BZ #700]
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
	(__novec_setcontext, __setcontext): Fix typo so CCR is restored.
	Load MSR as a doubleword.
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
	(__novec_swapcontext, __swapcontext): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc033e6be1..72b7a36ab9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-02-07  Steven Munroe  <sjmunroe@us.ibm.com>
+
+	[BZ #700]
+	* sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
+	(__novec_setcontext, __setcontext): Fix typo so CCR is restored.
+	Load MSR as a doubleword.
+	* sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
+	(__novec_swapcontext, __swapcontext): Likewise.
+
 2005-02-07  Ulrich Drepper  <drepper@redhat.com>
 
 	* iconv/iconv_prog.c (main): Provide more help in case on an error.