about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-13 15:38:11 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-13 15:38:11 +0000
commit2e92188db9129756d7be46cfa0d53d900e3d1135 (patch)
tree66f15d319e1716fb8102023c462471437a02e347 /NEWS
parentee77da07c9c0fef52f8f1d9d63944441e99655f9 (diff)
downloadglibc-2e92188db9129756d7be46cfa0d53d900e3d1135.tar.gz
glibc-2e92188db9129756d7be46cfa0d53d900e3d1135.tar.xz
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--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6f23d5b9d8..22eb71f861 100644
--- a/NEWS
+++ b/NEWS
@@ -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.