summaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-31 09:43:13 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-31 09:43:13 +0000
commit9649be24d440adf284e7fc0c53b950a8fba2283d (patch)
tree2cff124bed01d869483a930fb630204bd3fa8390 /linuxthreads
parent1e05e2a9b40962ea6445bc1be2a79fdf5d622c12 (diff)
Update.
* stdio-common/Makefile (generated): Add errlist-compat.c. * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 802764b40e..2b6f22370f 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-31 Ulrich Drepper <drepper@redhat.com>
+
+ * Makefile: Don't use rule for crt%.o, spell it out as rules for
+ crti.o and crtn.o.
+
2002-08-30 Roland McGrath <roland@redhat.com>
* Makefile (extra-objs, omit-deps): Add crtn.
@@ -12,8 +17,8 @@
2002-08-30 Jakub Jelinek <jakub@redhat.com>
- * pthread.c (__pthread_initialize_minimal): Call __uselocale even
- if [! SHARED].
+ * pthread.c (__pthread_initialize_minimal): Call __uselocale even
+ if [! SHARED].
2002-08-30 Roland McGrath <roland@redhat.com>