summaryrefslogtreecommitdiffstats
path: root/libdwfl/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libdwfl/ChangeLog')
-rw-r--r--libdwfl/ChangeLog26
1 files changed, 14 insertions, 12 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog
index 517ba216..d6aa70e5 100644
--- a/libdwfl/ChangeLog
+++ b/libdwfl/ChangeLog
@@ -30,14 +30,22 @@
* linux-kernel-modules.c: Don't include system.h.
+2017-02-22 Ulf Hermann <ulf.hermann@qt.io>
+
+ * dwfl_error.c: If we don't have a strerror_r returning a char*,
+ output a less useful message in case of a system error.
+
2017-04-20 Ulf Hermann <ulf.hermann@qt.io>
+ Mark Wielaard <mark@klomp.org>
* derelocate.c (compare_secrefs): Compare by end address and then by
- name if start addresses are equal.
+ section number if addresses are equal.
2017-04-20 Ulf Hermann <ulf.hermann@qt.io>
+ Mark Wielaard <mark@klomp.org>
- * elf-from-memory.c: Explicitly cast phnum to size_t.
+ * linux-kernel-modules.c: Always return NULL from kernel_release() on
+ non-linux systems and set errno to ENOTSUP.
2017-04-20 Ulf Hermann <ulf.hermann@qt.io>
@@ -99,17 +107,16 @@
2017-04-20 Ulf Hermann <ulf.hermann@qt.io>
- * linux-kernel-modules.c: Always return NULL from kernel_release() on
- non-linux systems.
+ * libdwfl.h: Use __const_attribute__.
2017-04-20 Ulf Hermann <ulf.hermann@qt.io>
- * dwfl_module_getdwarf.c: Check shnum for 0 before subtracting from
- it.
+ * elf-from-memory.c: Explicitly cast phnum to size_t.
2017-04-20 Ulf Hermann <ulf.hermann@qt.io>
- * libdwfl.h: Use __const_attribute__.
+ * dwfl_module_getdwarf.c: Check shnum for 0 before subtracting from
+ it.
2017-04-20 Ulf Hermann <ulf.hermann@qt.io>
@@ -128,11 +135,6 @@
the note name data is the empty string.
(dwfl_core_file_attach): Likewise.
-2017-02-22 Ulf Hermann <ulf.hermann@qt.io>
-
- * dwfl_error.c: If we don't have a strerror_r returning a char*,
- output a less useful message in case of a system error.
-
2017-02-15 Ulf Hermann <ulf.hermann@qt.io>
* linux-kernel-modules.c: Include system.h.