summaryrefslogtreecommitdiff
path: root/tests/testfile-ppc64-min-instr.bz2
Commit message (Collapse)AuthorAgeFilesLines
* tests: Test readelf --debug-dump=[decoded]line with min_inst_len > 1.Mark Wielaard2018-04-161-0/+0
This testcase tests the fix for the readelf --debug-dump=line bug fixed in commit 40b1f18 "readelf: Fix advance_pc to use op_addr_advance, not just op_advance." This tests both the --debug-dump=line (readelf) implementation and the --debug-dump=decodedline (libdw) implementation. The first fails without the bug fix. The second was already correct. Signed-off-by: Mark Wielaard <mark@klomp.org>