diff options
Diffstat (limited to 'libdw/ChangeLog')
| -rw-r--r-- | libdw/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/libdw/ChangeLog b/libdw/ChangeLog index 1e282e4e..eda35c5d 100644 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog @@ -1,3 +1,34 @@ +2017-02-28 Ulf Hermann <[email protected]> + + * Makefile.am: Use the predefined common library names rather than + hardcoding to libdw.so and friends. + +2017-02-27 Ulf Hermann <[email protected]> + + * libdwP.h: Use attribute_hidden. + * libdw_alloc.c: Likewise. + +2017-02-27 Ulf Hermann <[email protected]> + + * Makefile.am: Use fpic_CFLAGS and dso_LDFLAGS. + +2017-02-27 Ulf Hermann <[email protected]> + + * Makefile.am: Remove argp_LDADD. + +2017-02-21 Ulf Hermann <[email protected]> + + * Makefile.am: Link libdw agaist libgnu.a if requested. + +2017-04-20 Ulf Hermann <[email protected]> + + * dwarf_begin_elf.c: Include endian.h. + +2017-04-20 Ulf Hermann <[email protected]> + + * libdw.h: Remove attribute macro declarations and use + __noreturn_attribute__ as defined in libelf.h. + 2017-04-20 Ulf Hermann <[email protected]> * libdw.h: Remove attribute macro declarations and use |
