summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-10-27 20:27:40 +0000
committerUlrich Drepper <drepper@redhat.com>2004-10-27 20:27:40 +0000
commitb1f68750871f1d447fb7d36b24590084239730b5 (patch)
treeecdd086d98ff3bf509a78a866f1e765876751fe0 /ChangeLog
parent778cddad1775602453d3a8ca5797e39f2632de66 (diff)
downloadglibc-b1f68750871f1d447fb7d36b24590084239730b5.tar.gz
Update.
2004-10-27 Ulrich Drepper <drepper@redhat.com> * elf/dl-fini.c (_dl_fini): Fix search for map in maps array. Reverse order of namespaces. * elf/Makefile: Add rules to build and run tst-dlmopen3. * elf/tst-dlmopen3.c: New file. * elf/tst-dlmopen1mod.c: Add check whether constructor runs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6cb52ba5cc..9c52aeb0b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-10-27 Ulrich Drepper <drepper@redhat.com>
+
+ * elf/dl-fini.c (_dl_fini): Fix search for map in maps array.
+ Reverse order of namespaces.
+ * elf/Makefile: Add rules to build and run tst-dlmopen3.
+ * elf/tst-dlmopen3.c: New file.
+ * elf/tst-dlmopen1mod.c: Add check whether constructor runs.
+
2004-10-27 Jakub Jelinek <jakub@redhat.com>
* sysdeps/generic/glob.c (globfree): Clear gl_pathv after freeing it.