summaryrefslogtreecommitdiffstats
path: root/libdwfl/ChangeLog
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-05-08 15:28:09 +0200
committerUlf Hermann <ulf.hermann@qt.io>2017-05-08 15:55:12 +0200
commit3695a1ba8dcd16459e0f35b74e88dbef48d21861 (patch)
tree674d0dc13f0065f81e7f672e81fc09b42405656d /libdwfl/ChangeLog
parent9f6ffdc1b75fd69ecda219c9e9f1b2551f542b26 (diff)
parent6358858c4d65e8fb12a112198ee1d4bcab0be876 (diff)
Conflicts: ChangeLog backends/ChangeLog config/ChangeLog lib/ChangeLog libasm/ChangeLog libcpu/ChangeLog libdw/ChangeLog libdwfl/ChangeLog libdwfl/derelocate.c libdwfl/linux-kernel-modules.c libebl/ChangeLog libelf/ChangeLog src/ChangeLog tests/ChangeLog Change-Id: I3b7ced947c6498290aaae27443985b84531f0bcd
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.