diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2013-10-30 10:48:20 +0100 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2013-10-30 10:48:20 +0100 |
commit | 3cf491ee10f10855a49e6a35cc9b8365a3197553 (patch) | |
tree | d5b8aa9232861fab2e5075988e87b3a668054d30 /ChangeLog | |
parent | e6a9bb8c63adaeaceafc50301b085121c962b631 (diff) | |
download | elfutils-3cf491ee10f10855a49e6a35cc9b8365a3197553.tar.gz |
Fix executable_for_core for non-dwfl_standard_argp
./
2013-10-30 Jan Kratochvil <jan.kratochvil@redhat.com>
* NEWS (Version 0.158): New.
libdw/
2013-10-30 Jan Kratochvil <jan.kratochvil@redhat.com>
* libdw.map (ELFUTILS_0.158): New.
libdwfl/
2013-10-30 Jan Kratochvil <jan.kratochvil@redhat.com>
* argp-std.c (parse_opt): Use executable parameter of
dwfl_core_file_report.
* core-file.c (dwfl_core_file_report): Add parameter executable. Set
it to DWFL. Add NEW_VERSION for it.
(_compat_without_executable_dwfl_core_file_report): New. Twice.
* libdwfl.h (dwfl_core_file_report): Add parameter executable, update
the function comment.
Signed-off-by: Jan Kratochvil <jan.kratochvil@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2013-10-30 Jan Kratochvil <jan.kratochvil@redhat.com> + + * NEWS (Version 0.158): New. + 2013-09-30 Mark Wielaard <mjw@redhat.com> * NEWS: Update for readelf NT_SIGINFO and NT_FILE core notes. |