X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=ld%2FChangeLog;h=e838ac853e06c9e2ae98288417adc35a9ce7d34b;hb=2aec968d4df313f893f239a1a69aef2392a16b85;hp=0d767babe4dfcda2ba866b47c1d56f25d0dd1224;hpb=f4b78d1898203363e7f551497b6231d0f891d6f9;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ChangeLog b/ld/ChangeLog index 0d767babe4..e838ac853e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,22 @@ +2015-02-06 H.J. Lu + + * configure.ac: Add AC_FUNC_MMAP. + * config.in: Regenerated. + * configure: Likewise. + * plugin.c: Include . + (MAP_FAILED): New. Defined if not defined. + (PROT_READ): Likewise. + (MAP_PRIVATE): Likewise. + (view_buffer_t): New. + (plugin_input_file_t): Add view_buffer. + (get_view): Try mmap and cache the view buffer. + (plugin_maybe_claim): Initialize view_buffer. + +2015-02-05 H.J. Lu + + * plugin.c (release_input_file): Set fd to -1 after closing it. + (plugin_maybe_claim): Close fd only if fd != -1. + 2015-02-05 H.J. Lu PR ld/17878