]> git.ipfire.org Git - thirdparty/valgrind.git/commit
PR402327 Warning: DWARF2 CFI reader: unhandled DW_OP_ opcode 0x13 DW_OP_drop
authorMark Wielaard <mark@klomp.org>
Wed, 19 Dec 2018 19:14:03 +0000 (20:14 +0100)
committerMark Wielaard <mark@klomp.org>
Wed, 19 Dec 2018 19:14:03 +0000 (20:14 +0100)
commite4dde1327e1ca1868aabf2b89bc818d37864e3cc
treecc3d0035f46f563028e12b80f1850e61ce31b53c
parent2e2ae5bda81c4a7967cdaff9fc5032cfd4c3b834
PR402327 Warning: DWARF2 CFI reader: unhandled DW_OP_ opcode 0x13 DW_OP_drop

readdwarf.c (dwarfexpr_to_dag) didn't handle DW_OP_drop.
Implement it by simply popping the last element on the stack.
NEWS
coregrind/m_debuginfo/readdwarf.c