diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-08-27 20:42:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-08-27 20:42:04 +0000 |
commit | 5f62394167f5df4565e6e07e1e16c56021626e50 (patch) | |
tree | 2d21615bf816ac7cc3b9cdf9b90a1e68b43a7680 /ChangeLog | |
parent | f787edde1dcd0f35feff9c8fd6384bd564558180 (diff) | |
download | glibc-5f62394167f5df4565e6e07e1e16c56021626e50.tar glibc-5f62394167f5df4565e6e07e1e16c56021626e50.tar.gz glibc-5f62394167f5df4565e6e07e1e16c56021626e50.tar.bz2 glibc-5f62394167f5df4565e6e07e1e16c56021626e50.zip |
Update.
Call _dl_new_object with extra argument.
Call _dl_new_object with extra argument.
but the main one if new argument is nonzero.
* elf/ldsodefs.h: Adjust for _dl_new_object change.
(dl_main): Call _dl_new_object with extra argument.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -12,13 +12,17 @@ (_dl_map_object_from_fd): Define static is EXTERNAL_MAP_FROM_FD is not defined. Check EI_OSABI and EI_ABIVERSION fields in header. + Call _dl_new_object with extra argument. (_dl_map_object): Call decompose_path with correct argument. Call expand_dynamic_string_token instead of local_strdup to also expand DST. + Call _dl_new_object with extra argument. * elf/dl-object.c (_dl_new_object): Determine l_origin for all maps - but the main one. + but the main one if new argument is nonzero. + * elf/ldsodefs.h: Adjust for _dl_new_object change. * elf/dl-support.c: Define _dl_origin_path. * elf/rtld.c: Likewise. Set _dl_origin_path based on LD_ORIGIN_PATH. + (dl_main): Call _dl_new_object with extra argument. * elf/dl-close (_dl_close): Free l_name and l_origin. |