about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-11-12 08:31:50 +0000
committerRoland McGrath <roland@gnu.org>2002-11-12 08:31:50 +0000
commit7ceef50ec9075b546eb84654bd0d1f42d0fe26d1 (patch)
treef7050a7fe3cb90d94e2dbe1d815fd1d858a001b3 /ChangeLog
parent1ab9366daadaa3d788dbb153805f3be71dfa3cde (diff)
downloadglibc-7ceef50ec9075b546eb84654bd0d1f42d0fe26d1.tar.gz
glibc-7ceef50ec9075b546eb84654bd0d1f42d0fe26d1.tar.xz
glibc-7ceef50ec9075b546eb84654bd0d1f42d0fe26d1.zip
* sysdeps/ia64/dl-fptr.c [_LIBC_REENTRANT]: Include <ia64intrin.h>
	instead of <pt-machine.h>.
	[_LIBC_REENTRANT] (lock, unlock): Use __sync_lock_* macros instead of
	testandset.
	From Ian Wienand <ianw@gelato.unsw.edu.au>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b54fb1537..20515ef0b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-11-12  Roland McGrath  <roland@redhat.com>
+
+	* sysdeps/ia64/dl-fptr.c [_LIBC_REENTRANT]: Include <ia64intrin.h>
+	instead of <pt-machine.h>.
+	[_LIBC_REENTRANT] (lock, unlock): Use __sync_lock_* macros instead of
+	testandset.
+	From Ian Wienand <ianw@gelato.unsw.edu.au>.
+
 2002-11-10  Roland McGrath  <roland@redhat.com>
 
 	* libio/bug-wfflush.c (do_test): Call rewind instead of fsetpos.