]> git.ipfire.org Git - thirdparty/elfutils.git/commit
tests: Fix cfi_debug => cfi_debug_bias typo in varlocs assert.
authorMark Wielaard <mark@klomp.org>
Thu, 16 Nov 2017 12:20:11 +0000 (13:20 +0100)
committerMark Wielaard <mark@klomp.org>
Thu, 16 Nov 2017 12:55:33 +0000 (13:55 +0100)
commit1af6c2b9e49f59ea2f01035738525e798bb4f645
tree1c365b252e9e5841f0e9fd2e103c4b1c4bde17ae
parentc0482a7f1f6696d5a203c8d960efe7c08e745742
tests: Fix cfi_debug => cfi_debug_bias typo in varlocs assert.

We want to check whether the bias is zero, not whether we have dwarf
debug_frame cfi.

This triggered on a ppc64/ppc64le self-check since it has both
debug_frame and eh_frame cfi (other arches often only have eh_frame).

Signed-off-by: Mark Wielaard <mark@klomp.org>
tests/ChangeLog
tests/varlocs.c