summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2016-01-06 11:28:04 -0800
committerH.J. Lu <hjl.tools@gmail.com>2016-01-06 11:28:56 -0800
commit38acf35697c1bca396dedf7139995e6d0d4dd117 (patch)
treed297b1dcc20d12b968fbd88b96472445dcd0b53b /ChangeLog
parent084e7d57bbdeaeca3ea279600daefe2e614593b6 (diff)
Mark ld.so internal mmap functions hidden in ld.so
Since ld.so internal mmap functions are only used internally in ld.so, they can be made hidden. Don't hide __mmap on Hurd, since __mmap in ld.so will be preempted by the one in libc.so after bootstrap. [BZ #19122] * include/sys/mman.h [IS_IN (rtld)]: Include <dl-mman.h>. * sysdeps/generic/dl-mman.h: New file. * sysdeps/mach/hurd/dl-mman.h: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ad1b5a308..6c7fef4240 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-01-05 H.J. Lu <hongjiu.lu@intel.com>
+
+ [BZ #19122]
+ * include/sys/mman.h [IS_IN (rtld)]: Include <dl-mman.h>.
+ * sysdeps/generic/dl-mman.h: New file.
+ * sysdeps/mach/hurd/dl-mman.h: Likewise.
+
2016-01-05 Joseph Myers <joseph@codesourcery.com>
* manual/texinfo.tex: Update to version 2016-01-04.21 with