Re: [PATCH] readelf: base address entry can be first

2020-09-07 Thread Mark Wielaard
On Tue, 2020-09-01 at 23:48 +0200, Mark Wielaard wrote: > In both debug_ranges and debug_loc a base address entry can be the > first in the range or loc list. If so print the offset and set first > to false. Otherwise don't print the entry list offset, but do set > first to false. Pushed.

[PATCH] readelf: base address entry can be first

2020-09-01 Thread Mark Wielaard
In both debug_ranges and debug_loc a base address entry can be the first in the range or loc list. If so print the offset and set first to false. Otherwise don't print the entry list offset, but do set first to false. Signed-off-by: Mark Wielaard --- src/ChangeLog | 6 ++ src/readelf.c | 16