diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-03 10:44:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-03 10:44:36 +0000 |
commit | 152e7964d695b4f6e23bf861f0771dcf7c52aa01 (patch) | |
tree | 60e740febc789be4ffbc78f7d2028dc8fffd81fb /ChangeLog | |
parent | 42ba2c1158d3706164fcf8070ba603bf4484fc4e (diff) | |
download | glibc-152e7964d695b4f6e23bf861f0771dcf7c52aa01.tar glibc-152e7964d695b4f6e23bf861f0771dcf7c52aa01.tar.gz glibc-152e7964d695b4f6e23bf861f0771dcf7c52aa01.tar.bz2 glibc-152e7964d695b4f6e23bf861f0771dcf7c52aa01.zip |
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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |