diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-13 15:38:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-13 15:38:11 +0000 |
commit | 2e92188db9129756d7be46cfa0d53d900e3d1135 (patch) | |
tree | 66f15d319e1716fb8102023c462471437a02e347 /NEWS | |
parent | ee77da07c9c0fef52f8f1d9d63944441e99655f9 (diff) | |
download | glibc-2e92188db9129756d7be46cfa0d53d900e3d1135.tar glibc-2e92188db9129756d7be46cfa0d53d900e3d1135.tar.gz glibc-2e92188db9129756d7be46cfa0d53d900e3d1135.tar.bz2 glibc-2e92188db9129756d7be46cfa0d53d900e3d1135.zip |
Update.
1999-06-13 Geoff Keating <geoffk@ozemail.com.au>
* sysdeps/powerpc/atomicity.h (exchange_and_add): Remove `volatile';
add `memory' clobber; optimise for constant `val'.
(atomic_add): Likewise.
(test_and_set): Remove `volatile'; add `memory' clobber; be more
like the original `test_and_set'.
(compare_and_swap): Remove `volatile'; add `memory' clobber;
optimise for constant `oldval'.
(always_swap): Remove `volatile'; add `memory' clobber.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -7,6 +7,13 @@ Please send GNU C library bug reports using the `glibcbug' script to <bugs@gnu.org>. Questions and suggestions should be send to <bug-glibc@gnu.org>. +Version 2.2 + +* Thorsten Kukuk added secure mode support to nscd. + +* Update from Berkeley db 2.7.5. + + Version 2.1.1 * New ISO C 9x function _Exit, imaxabs, and imaxdiv are added. |