diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-07-14 13:15:26 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-07-14 13:15:26 -0700 |
commit | c01ae97eb8986600488332f4db98f4b6d6ebedbc (patch) | |
tree | ad6174a92b8436b96b3ac1819c2b81fa898cc9c2 /ChangeLog | |
parent | 38b759496b0483491e54f3946ae8f0e55d8c079f (diff) | |
download | glibc-c01ae97eb8986600488332f4db98f4b6d6ebedbc.tar glibc-c01ae97eb8986600488332f4db98f4b6d6ebedbc.tar.gz glibc-c01ae97eb8986600488332f4db98f4b6d6ebedbc.tar.bz2 glibc-c01ae97eb8986600488332f4db98f4b6d6ebedbc.zip |
Factor file identity rules out of generic rtld code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2015-07-14 Roland McGrath <roland@hack.frob.com> + + * sysdeps/generic/dl-fileid.h: New file. + * sysdeps/posix/dl-fileid.h: New file. + * sysdeps/nacl/dl-fileid.h: New file. + * include/link.h: Include <dl-fileid.h>. + (struct link_map): Replace l_dev and l_ino with l_file_id. + * elf/dl-load.c (_dl_map_object_from_fd): Use _dl_get_file_id rather + than __fxstat64. Use _dl_file_id_match_p rather than comparing l_dev + and l_ino directly. Initialize l_file_id rather than l_dev and l_ino. + 2015-07-14 Siddhesh Poyarekar <siddhesh@redhat.com> * stdlib/tst-tls-atexit.c (do_test): Fix typo. |