about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2003-06-30 23:21:38 +0000
committerRichard Henderson <rth@redhat.com>2003-06-30 23:21:38 +0000
commitbbf1f957c7578ac8d8c72f413cd412d5a27627b8 (patch)
tree2e2f6c9962bbc8812b960e3455bfeddbd73ac547 /ChangeLog
parentcbdce766068d938cfb7d98621aece034d9981b7f (diff)
downloadglibc-bbf1f957c7578ac8d8c72f413cd412d5a27627b8.tar.gz
glibc-bbf1f957c7578ac8d8c72f413cd412d5a27627b8.tar.xz
glibc-bbf1f957c7578ac8d8c72f413cd412d5a27627b8.zip
* sysdeps/alpha/bits/atomic.h (__arch_compare_and_exchange_bool_*_int): Invert the sense of the return value. (__arch_exchange_16_int): Fix paste-o. (__arch_exchange_{32,64}_int): Fix think-o.
	* sysdeps/alpha/bits/atomic.h (__arch_compare_and_exchange_bool_*_int):
	Invert the sense of the return value.
	(__arch_exchange_16_int): Fix paste-o.
	(__arch_exchange_{32,64}_int): Fix think-o.

	* sysdeps/unix/sysv/linux/alpha/clone.S: Load child_tid properly.

2003-06-30  Richard Henderson  <rth@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index abd3d3c09d..1a7a9b8227 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2003-06-30  Richard Henderson  <rth@redhat.com>
 
+	* sysdeps/alpha/bits/atomic.h (__arch_compare_and_exchange_bool_*_int):
+	Invert the sense of the return value.
+	(__arch_exchange_16_int): Fix paste-o.
+	(__arch_exchange_{32,64}_int): Fix think-o.
+
+	* sysdeps/unix/sysv/linux/alpha/clone.S: Load child_tid properly.
+
+2003-06-30  Richard Henderson  <rth@redhat.com>
+
 	* include/sys/resource.h (__getrusage): Mark hidden.
 	* include/sys/time.h (__settimeofday, __setitimer, __utimes): Likewise.
 	* include/sys/wait.h (__wait4): Likewise.