Re: [PATCH] readelf: Handle .debug_line_str section.
On Wed, Apr 25, 2018 at 01:24:18PM +0200, Mark Wielaard wrote: > It is just a .debug_str section with another name. Pushed to master.
[PATCH] readelf: Handle .debug_line_str section.
It is just a .debug_str section with another name. Signed-off-by: Mark Wielaard --- src/ChangeLog | 7 +++ src/readelf.c | 21 + 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 7764482..4b55bbc 100644 --- a/src/ChangeLo