aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index ec9befe04b..802764b40e 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,15 @@
+2002-08-30 Roland McGrath <roland@redhat.com>
+
+ * Makefile (extra-objs, omit-deps): Add crtn.
+ ($(objpfx)libpthread.so): Depend on $(objpfx)crtn.o.
+ ($(objpfx)libpthread.so: +postinit): Append $(objpfx)crtn.o.
+ ($(objpfx)crtn.S): New target.
+ ($(objpfx)crt%.o): Pattern rule replaces crti.o target.
+ (generated): Add crtn.S.
+
+ * sysdeps/unix/sysv/linux/x86_64/Makefile ($(objpfx)specs): Massage
+ crtn.o pathname too.
+
2002-08-30 Jakub Jelinek <jakub@redhat.com>
* pthread.c (__pthread_initialize_minimal): Call __uselocale even