diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-11-10 19:44:48 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-11-10 19:44:48 -0800 |
commit | c0d6f2a33e1229a96d5d5064b9b04d7d3cd41d9d (patch) | |
tree | 76368887d991912b7942cf3aeb8fd1a2e2703373 /ChangeLog | |
parent | 71d1b0166b4ace0d804af2993b3815758b852efc (diff) | |
download | glibc-c0d6f2a33e1229a96d5d5064b9b04d7d3cd41d9d.tar glibc-c0d6f2a33e1229a96d5d5064b9b04d7d3cd41d9d.tar.gz glibc-c0d6f2a33e1229a96d5d5064b9b04d7d3cd41d9d.tar.bz2 glibc-c0d6f2a33e1229a96d5d5064b9b04d7d3cd41d9d.zip |
NaCl: Use open_resource API for shared objects
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2015-11-10 Roland McGrath <roland@hack.frob.com> + + * elf/dl-load.c (open_verify): Take new argument FD. + Skip __open call if passed FD is not -1. + (_dl_map_object, open_path): Update callers. + * elf/dl-sysdep-open.h: New file. + * elf/dl-load.c: Include it. + (_dl_map_object): Try _dl_sysdep_open_object before ldconfig cache. + * sysdeps/nacl/dl-sysdep.c (_dl_sysdep_open_object): New function. + * sysdeps/nacl/dl-sysdep-open.h: New file. + * sysdeps/nacl/nacl-interface-list.h: Move nacl_irt_resource_open + from libc to rtld. + 2015-11-10 Joseph Myers <joseph@codesourcery.com> [BZ #19228] |