Re: [PATCH] readelf: Fix regression with multiple files and implicit debug_info reading.

2018-05-31 Thread Mark Wielaard
On Tue, 2018-05-29 at 09:57 +0200, Mark Wielaard wrote: > Commit 314e9d7d "readelf: Handle .debug_info first if any other debug > section needs it" introduced a regression when handling multiple files. > The implicit and explicit printing of debuginfo weren't reset and so > the second file would no

[PATCH] readelf: Fix regression with multiple files and implicit debug_info reading.

2018-05-29 Thread Mark Wielaard
Commit 314e9d7d "readelf: Handle .debug_info first if any other debug section needs it" introduced a regression when handling multiple files. The implicit and explicit printing of debuginfo weren't reset and so the second file would not show (or scan) the .debug_info section when needed. Fix by re