summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74d1a1a48c..e8a9d60d3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2015-02-13 Roland McGrath <roland@hack.frob.com>
+
+ * sysdeps/generic/dl-fileid.h: New file.
+ * sysdeps/posix/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-02-13 Joseph Myers <joseph@codesourcery.com>
[BZ #17569]