aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-03 10:44:36 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-03 10:44:36 +0000
commit152e7964d695b4f6e23bf861f0771dcf7c52aa01 (patch)
tree60e740febc789be4ffbc78f7d2028dc8fffd81fb /ChangeLog
parent42ba2c1158d3706164fcf8070ba603bf4484fc4e (diff)
downloadglibc-152e7964d695b4f6e23bf861f0771dcf7c52aa01.zip
glibc-152e7964d695b4f6e23bf861f0771dcf7c52aa01.tar.gz
glibc-152e7964d695b4f6e23bf861f0771dcf7c52aa01.tar.bz2
Update.
2000-04-03 Ulrich Drepper <drepper@redhat.com> * elf/dl-load.c (_dl_init_paths): Use (void*) -1 to signal non-existing RUNPATH, RPATH, and LD_LIBRARY_PATH. (open_path): Change type of fourth parameter. Make pointer to array of pointers. Create variable dirs with original type. Track whether any directory for the object exists and if not, change *DIRSP to (void*) -1 to signal there is no such search path. (_dl_map_object): Change all calls of open_path. Rewrite decompose_rpath calls.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fbfb3e..687aa88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2000-04-03 Ulrich Drepper <drepper@redhat.com>
+
+ * elf/dl-load.c (_dl_init_paths): Use (void*) -1 to signal non-existing
+ RUNPATH, RPATH, and LD_LIBRARY_PATH.
+ (open_path): Change type of fourth parameter. Make pointer to array
+ of pointers. Create variable dirs with original type.
+ Track whether any directory for the object exists and if not,
+ change *DIRSP to (void*) -1 to signal there is no such search path.
+ (_dl_map_object): Change all calls of open_path.
+ Rewrite decompose_rpath calls.
+
2000-03-31 Andreas Schwab <schwab@suse.de>
* string/strfry.c: Declare STATE as array of char instead of int