diff options
Diffstat (limited to 'libelf/ChangeLog')
| -rw-r--r-- | libelf/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 594bec99..e6cc3eaa 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -1,3 +1,34 @@ +2017-05-04 Ulf Hermann <[email protected]> + + * nlist.c: Open files in O_BINARY. + +2017-05-04 Ulf Hermann <[email protected]> + + * elf_update.c: Don't try to posix_fallocate on systems where it isn't + available. Don't fchmod the output file if there is no fchmod. + +2017-02-28 Ulf Hermann <[email protected]> + + * Makefile.am: Use the predefined common library names rather than + hardcoding to libelf.so and friends. + +2017-04-27 Ulf Hermann <[email protected]> + + * libelfP.h: Use attribute_hidden. + +2017-04-27 Ulf Hermann <[email protected]> + + * Makefile.am: Use fpic_CFLAGS and dso_LDFLAGS. + +2017-04-27 Ulf Hermann <[email protected]> + + * elf_getarsym.c: Don't replace rawmemchr. + * elf_strptr.c: Don't replace memrchr. + +2017-04-21 Ulf Hermann <[email protected]> + + * Makefile.am: Link libelf agaist libgnu.a if requested. + 2017-04-20 Ulf Hermann <[email protected]> * libelfP.h: Don't include config.h. |
