summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-09-05 02:02:55 +0000
committerUlrich Drepper <drepper@redhat.com>2006-09-05 02:02:55 +0000
commit71213dc2589554dc8f8061e9b04e80c55d098b6a (patch)
tree9e513edb4f70a4b9f59fc5daee81a85068bff27c /ChangeLog
parent03eeff83892d66bd06f85eab3172ab4679273f6e (diff)
* Makerules (shlib.lds): If have-hash-style, put .hash sectioncvs/fedora-glibc-20060905T0633
at the end of the RO segment. 2006-09-04 Ulrich Drepper <drepper@redhat.com> * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new style hash table format is used. 2006-09-04 Jakub Jelinek <jakub@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 644f5ce837..0852a3cf5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2006-09-04 Jakub Jelinek <jakub@redhat.com>
+ * Makerules (shlib.lds): If have-hash-style, put .hash section
+ at the end of the RO segment.
+
+2006-09-04 Ulrich Drepper <drepper@redhat.com>
+
+ * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
+ style hash table format is used.
+
+2006-09-04 Jakub Jelinek <jakub@redhat.com>
+
* resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
randomization rather than before.
* resolv/res_init.c (res_randomid): Don't call gettimeofday here.