summaryrefslogtreecommitdiff
path: root/tests/run-readelf-multi-noline.sh
Commit message (Collapse)AuthorAgeFilesLines
* readelf: Handle line tables without line number statements correctlyMark Wielaard2021-07-041-0/+170
When we see a line table without line number statements we need to continue with the next table. Add a testcase for this situation. https://sourceware.org/bugzilla/show_bug.cgi?id=28032 Signed-off-by: Mark Wielaard <mark@klomp.org>