aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-11-28 01:50:27 +0000
committerUlrich Drepper <drepper@redhat.com>2002-11-28 01:50:27 +0000
commitc10c099c5745089b8d1e912da794d77e76cb2de2 (patch)
tree7ea942210afbbb3fae3ffefad064769d7cbf6f04 /nptl/ChangeLog
parentdca99d27b7b39c3df67768c4b2ed057f70902f92 (diff)
downloadglibc-c10c099c5745089b8d1e912da794d77e76cb2de2.zip
glibc-c10c099c5745089b8d1e912da794d77e76cb2de2.tar.gz
glibc-c10c099c5745089b8d1e912da794d77e76cb2de2.tar.bz2
Update.
* sysdeps/x86_64/bits/atomic.h: New file. * sysdeps/i386/i686/bits/atomic.h: Fix asm syntax for 8- and 16-bit operations.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 9113c26..b7cb65f 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,10 @@
2002-11-27 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/x86_64/bits/atomic.h: New file.
+
+ * sysdeps/i386/i686/bits/atomic.h: Fix asm syntax for 8- and
+ 16-bit operations.
+
* sysdeps/unix/sysv/linux/raise.c (raise): Use INTERNAL_SYSCALL if
possible since gettid cannot fail.