]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Handle DW_OP_stack_value
authorRoland McGrath <roland@redhat.com>
Mon, 20 Jul 2009 18:51:41 +0000 (11:51 -0700)
committerRoland McGrath <roland@redhat.com>
Mon, 20 Jul 2009 18:51:41 +0000 (11:51 -0700)
libdw/ChangeLog
libdw/dwarf_getlocation.c

index cd30872f38e907083342ee389989fb4de4471f63..f04880b55629c8a5c198dee2a1e01ac3cd760820 100644 (file)
@@ -1,3 +1,8 @@
+2009-07-20  Roland McGrath  <roland@redhat.com>
+
+       * dwarf_getlocation.c (__libdw_intern_expression):
+       Handle DW_OP_stack_value.
+
 2009-07-16  Roland McGrath  <roland@redhat.com>
 
        * dwarf_formudata.c (__libdw_formptr): Handle DW_FORM_sec_offset,
index c7f7a890d4368f395c0932f62c624898bc606505..2be0a2e1eb8cf710123cec7115152fbc9c83b740 100644 (file)
@@ -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;