aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorGeoff Keating <geoffk@cygnus.com>2000-04-11 17:34:36 +0000
committerGeoff Keating <geoffk@cygnus.com>2000-04-11 17:34:36 +0000
commit4a1a3c2158dd9eda0711469d4dd855f61f492667 (patch)
treecc8da6072ac827a7d1f544956a0a8aae35e0f7ae /linuxthreads/ChangeLog
parentde26253715b91e7fd4a9854fe836baef86dbc7af (diff)
downloadglibc-4a1a3c2158dd9eda0711469d4dd855f61f492667.tar
glibc-4a1a3c2158dd9eda0711469d4dd855f61f492667.tar.gz
glibc-4a1a3c2158dd9eda0711469d4dd855f61f492667.tar.bz2
glibc-4a1a3c2158dd9eda0711469d4dd855f61f492667.zip
* sysdeps/powerpc/pt-machine.h (MEMORY_BARRIER): Don't be __volatile__. (__compare_and_swap): Replace other 'sync' with MEMORY_BARRIER. Don't have the 'asm' __volatile__.
2000-04-11 Geoff Keating <geoffk@cygnus.com> * sysdeps/powerpc/pt-machine.h (MEMORY_BARRIER): Don't be __volatile__. (__compare_and_swap): Replace other 'sync' with MEMORY_BARRIER. Don't have the 'asm' __volatile__.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 9802ccf8ed..48a24b1251 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,10 @@
+2000-04-11 Geoff Keating <geoffk@cygnus.com>
+
+ * sysdeps/powerpc/pt-machine.h (MEMORY_BARRIER): Don't be
+ __volatile__.
+ (__compare_and_swap): Replace other 'sync' with MEMORY_BARRIER.
+ Don't have the 'asm' __volatile__.
+
2000-04-11 Ulrich Drepper <drepper@redhat.com>
* internals.h: Define MEMORY_BARRIER as empty if not defined already.