diff options
author | Geoff Keating <geoffk@cygnus.com> | 2000-04-11 17:34:36 +0000 |
---|---|---|
committer | Geoff Keating <geoffk@cygnus.com> | 2000-04-11 17:34:36 +0000 |
commit | 4a1a3c2158dd9eda0711469d4dd855f61f492667 (patch) | |
tree | cc8da6072ac827a7d1f544956a0a8aae35e0f7ae /linuxthreads/ChangeLog | |
parent | de26253715b91e7fd4a9854fe836baef86dbc7af (diff) | |
download | glibc-4a1a3c2158dd9eda0711469d4dd855f61f492667.zip glibc-4a1a3c2158dd9eda0711469d4dd855f61f492667.tar.gz glibc-4a1a3c2158dd9eda0711469d4dd855f61f492667.tar.bz2 |
* 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/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 9802ccf..48a24b1 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. |