From: Roland McGrath Date: Mon, 20 Jul 2009 18:51:41 +0000 (-0700) Subject: Handle DW_OP_stack_value X-Git-Tag: elfutils-0.142~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=96349ffaa68a1b4eec2fd1c9eb97a3d0b4e95a1e;p=thirdparty%2Felfutils.git Handle DW_OP_stack_value --- diff --git a/libdw/ChangeLog b/libdw/ChangeLog index cd30872f3..f04880b55 100644 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog @@ -1,3 +1,8 @@ +2009-07-20 Roland McGrath + + * dwarf_getlocation.c (__libdw_intern_expression): + Handle DW_OP_stack_value. + 2009-07-16 Roland McGrath * dwarf_formudata.c (__libdw_formptr): Handle DW_FORM_sec_offset, diff --git a/libdw/dwarf_getlocation.c b/libdw/dwarf_getlocation.c index c7f7a890d..2be0a2e1e 100644 --- a/libdw/dwarf_getlocation.c +++ b/libdw/dwarf_getlocation.c @@ -245,7 +245,7 @@ __libdw_intern_expression (Dwarf *dbg, case DW_OP_call_ref: case DW_OP_call_frame_cfa: case DW_OP_form_tls_address: - case DW_OP_GNU_push_tls_address: + case DW_OP_stack_value: /* No operand. */ break;