Module Name: src
Committed By: skrll
Date: Thu Mar 17 22:15:57 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Note HPPA TLS support.
To generate a diff of this commit:
cvs rdiff -u -r1.1522 -r1.1523 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1522 src/doc/CHANGES:1.1523
--- src/doc/CHANGES:1.1522 Tue Mar 15 14:37:21 2011
+++ src/doc/CHANGES Thu Mar 17 22:15:56 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1522 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1523 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -890,3 +890,4 @@
x86: add TLS (thread locale storage) support. [joerg 20110312
mips: add TLS (thread local storage) support. [matt 20110314]
mips: add MIPS32R2 and MIPS64R2 support. [matt 20110314]
+ hppa: add TLS support. [skrll 20110317]