aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-24 19:45:13 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-24 19:45:13 +0000
commitfcf70d4114db9ff7923f5dfeb3fea6e2d623e5c2 (patch)
tree772e5473a5404c04bf293d2b90db1e83f9075a1a /ChangeLog
parent3f3822198993be18d4d9ccb1593eea274dbd2ba0 (diff)
downloadglibc-fcf70d4114db9ff7923f5dfeb3fea6e2d623e5c2.zip
glibc-fcf70d4114db9ff7923f5dfeb3fea6e2d623e5c2.tar.gz
glibc-fcf70d4114db9ff7923f5dfeb3fea6e2d623e5c2.tar.bz2
Update.
1999-07-24 Ulrich Drepper <drepper@cygnus.com> * elf/dl-fini.c: Handle DT_FINI_ARRAY. * elf/link.h (struct link_map): Remove l_init_running. Add l_runcount and l_initcount. * elf/dl-init.c: Handle DT_INIT_ARRAY. * elf/dynamic-link.h: Change parameters. Now only get link_map pointer. Calculate l_initcount. * elf/link.h (struct link_map): Add l_runpath_dirs. * elf/dynamic-link.h: If RUNPATH is given, set RPATH to NULL. * elf/dl-load.c: Pretty print. (decompose_rpath): Take new parameter with info from where the path comes. Pass it the fillin_rpath. (_dl_init_paths): Initialize l_runpath_dirs. (_dl_map_object): Don't search using RPATHs if object has RUNPATH. Search using RUNPATH after LD_LIBRARY_PATH. * elf/dl-support.c: Adjust comment. * elf/rtld.c: Adjust help message.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e2a0dc6..1a124aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+1999-07-24 Ulrich Drepper <drepper@cygnus.com>
+
+ * elf/dl-fini.c: Handle DT_FINI_ARRAY.
+ * elf/link.h (struct link_map): Remove l_init_running. Add l_runcount
+ and l_initcount.
+ * elf/dl-init.c: Handle DT_INIT_ARRAY.
+ * elf/dynamic-link.h: Change parameters. Now only get link_map
+ pointer. Calculate l_initcount.
+
+ * elf/link.h (struct link_map): Add l_runpath_dirs.
+ * elf/dynamic-link.h: If RUNPATH is given, set RPATH to NULL.
+ * elf/dl-load.c: Pretty print.
+ (decompose_rpath): Take new parameter with info from where the path
+ comes. Pass it the fillin_rpath.
+ (_dl_init_paths): Initialize l_runpath_dirs.
+ (_dl_map_object): Don't search using RPATHs if object has RUNPATH.
+ Search using RUNPATH after LD_LIBRARY_PATH.
+ * elf/dl-support.c: Adjust comment.
+ * elf/rtld.c: Adjust help message.
+
1999-07-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* elf/rtld.c (dl_main): Adopt to changed _dl_lookup_symbol