about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-03 00:20:51 +0000
committerRoland McGrath <roland@gnu.org>2003-03-03 00:20:51 +0000
commit3a601d31b6ac9686665a2d103c2e57f6c6443f57 (patch)
treef5e3b901830acb023b554cee4904a4f62feec0d2 /NEWS
parentbb0ddc2f1eca652aa8af56825b2ba3182498cc5a (diff)
downloadglibc-3a601d31b6ac9686665a2d103c2e57f6c6443f57.tar.gz
glibc-3a601d31b6ac9686665a2d103c2e57f6c6443f57.tar.xz
glibc-3a601d31b6ac9686665a2d103c2e57f6c6443f57.zip
* sysdeps/generic/libc-start.c (__libc_start_main): Don't assign const
	variable.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 890bcdc98b..418949200c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,15 @@
-GNU C Library NEWS -- history of user-visible changes.  2003-1-12
+GNU C Library NEWS -- history of user-visible changes.  2003-3-2
 Copyright (C) 1992-2002, 2003 Free Software Foundation, Inc.
 See the end for copying conditions.
 
 Please send GNU C library bug reports using the `glibcbug' script to
 <bugs@gnu.org>.  Please send questions and suggestions to <bug-glibc@gnu.org>.
 
+Version 2.3.3
+
+* ELF thread-local storage support (TLS) now works on PowerPC and PowerPC64;
+  implemented by Paul Mackerras, Steven Munroe, and Roland McGrath.
+
 Version 2.3.2
 
 * Thread-safe interfaces for many functions that access locale data