summaryrefslogtreecommitdiff
path: root/nptl_db
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-04-04 01:07:05 +0000
committerUlrich Drepper <drepper@redhat.com>2004-04-04 01:07:05 +0000
commit1e084487ab208baf7ba690536bedaec0eafd44d4 (patch)
tree6532565fbfd42000650ab69b1e9537197461b94a /nptl_db
parentabca9f7f5893adee7d0eac2ca8962b9c5321e0fe (diff)
Update.
* sysdeps/powerpc/elf/libc-start.c: no need for a separate function for __aux_init_cache.
Diffstat (limited to 'nptl_db')
-rw-r--r--nptl_db/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl_db/ChangeLog b/nptl_db/ChangeLog
index 6f01f2be72..31a429fa45 100644
--- a/nptl_db/ChangeLog
+++ b/nptl_db/ChangeLog
@@ -1,3 +1,10 @@
+2004-04-03 Ulrich Drepper <drepper@redhat.com>
+
+ * td_ta_thr_iter.c (td_ta_thr_iter): Initialize list to avoid warning.
+ * td_ta_clear_event.c (td_ta_clear_event): Initialize eventmask to
+ avoid warning.
+ * td_ta_set_event.c (td_ta_set_event): Likewise.
+
2004-03-24 Roland McGrath <roland@redhat.com>
* fetch-value.c (_td_locate_field): Cast DB_DESC_OFFSET to int32_t.