diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-06-27 14:23:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-06-27 14:23:43 +0000 |
commit | 361a3706e1a353d587127eab967a229c20177808 (patch) | |
tree | d99f08b9f87e0e03c73b704b5fa82d6fe9aaf8d2 /ChangeLog | |
parent | a1f0de82f4c9b98c4b43eab5cf78015324029b9c (diff) |
* elf/dl-load.c (open_path): Fix test to determine whether DSO iscvs/fedora-glibc-20060630T0858
auditing.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2006-06-27 Ulrich Drepper <drepper@redhat.com> + * elf/dl-load.c (open_path): Fix test to determine whether DSO is + auditing. + * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at RPATH of main map twice. |