summaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-01-07 23:08:16 +0000
committerUlrich Drepper <drepper@redhat.com>2002-01-07 23:08:16 +0000
commitabd336891bd17071ed166ae536ef381dbafe00b3 (patch)
tree20bd56894ab597439628a445548531aa33e951b2 /linuxthreads
parent380cce6faa6c18dffc8353c2037fcdf5197bc01f (diff)
Update.
2002-01-06 Richard Henderson <rth@redhat.com> * sysdeps/alpha/elf/pt-initfini.c: New file. 2001-12-12 NIIBE Yutaka <gniibe@m17n.org>
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index d41cb7af01..4edab3b453 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-06 Richard Henderson <rth@redhat.com>
+
+ * sysdeps/alpha/elf/pt-initfini.c: New file.
+
2001-12-29 Andreas Jaeger <aj@suse.de>
* Examples/ex9.c: Add noreturn attribute for thread.
@@ -18,7 +22,7 @@
* specific.c (pthread_key_delete): Don't contact the thread
manager if no threads have been created yet.
-2001-12-12 NIIBE Yutaka <gniibe@.m17n.org>
+2001-12-12 NIIBE Yutaka <gniibe@m17n.org>
* sysdeps/sh/pt-machine.h (INIT_THREAD_SELF): Added __volatile__
qualifier to be safe.