Reported-by: Mao Han <han_mao@c-sky.com>
Signed-off-by: Mark Wielaard <mark@klomp.org>
+2019-06-25 Mark Wielaard <mark@klomp.org>
+
+ * stack.c (parse_opt): Fix dwfl_core_file_attach error message.
+
2019-06-18 Mark Wielaard <mark@klomp.org>
* strip.c (handle_elf): Use elf_begin ELF_C_WRITE, instead of
if (core != NULL)
{
if (dwfl_core_file_attach (dwfl, core) < 0)
- error (EXIT_BAD, 0, "dwfl_core_file_report: %s", dwfl_errmsg (-1));
+ error (EXIT_BAD, 0, "dwfl_core_file_attach: %s", dwfl_errmsg (-1));
}
/* Makes sure we are properly attached. */