diff options
Diffstat (limited to 'libelf/ChangeLog')
-rw-r--r-- | libelf/ChangeLog | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 0f17347b..e6cc3eaa 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -31,10 +31,6 @@ 2017-04-20 Ulf Hermann <[email protected]> - * elf_update.c: Set ELF_F_MMAPPED flag if we mmap from elf_update. - -2017-04-20 Ulf Hermann <[email protected]> - * libelfP.h: Don't include config.h. 2017-04-20 Ulf Hermann <[email protected]> @@ -46,6 +42,14 @@ * libelf.h: Define macros for various function attributes and use them. +2017-04-20 Ulf Hermann <[email protected]> + + * elf_update.c: Set ELF_F_MMAPPED flag if we mmap from elf_update. + +2017-04-19 Mark Wielaard <[email protected]> + + * elf_getarsym.c (elf_getarsym): Initialize n to zero. + 2017-03-27 Mark Wielaard <[email protected]> * elf32_updatefile.c (updatemmap): Always update last_positition. |