]> git.ipfire.org Git - thirdparty/elfutils.git/commit
readelf.c (print_ops): Ajust DW_OP_skip and DW_OP_bra targets calculation.
authorMark Wielaard <mjw@redhat.com>
Fri, 16 Nov 2012 11:25:04 +0000 (12:25 +0100)
committerMark Wielaard <mjw@redhat.com>
Fri, 16 Nov 2012 11:25:04 +0000 (12:25 +0100)
commit7e3bd4f5ee255c494853abe9e015d01b0c3baf63
tree79f98097670ef210d54e610dc03135d51f242178
parentd7ed0254bcdeeed0ed2b69d864afcd9d5492d0a0
readelf.c (print_ops): Ajust DW_OP_skip and DW_OP_bra targets calculation.

The 2-byte constant is the number of bytes of the DWARF expression to skip
forward or backward from the current operation, beginning after the 2-byte
constant.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
src/ChangeLog
src/readelf.c