]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Fix last commit, was made too early in the morning.
authorRoland McGrath <roland@redhat.com>
Mon, 20 Jul 2009 23:43:39 +0000 (16:43 -0700)
committerRoland McGrath <roland@redhat.com>
Mon, 20 Jul 2009 23:43:39 +0000 (16:43 -0700)
libdw/dwarf_getlocation.c

index 2be0a2e1eb8cf710123cec7115152fbc9c83b740..0ce10837f06deb70556618b1da63c94c2e6b492f 100644 (file)
@@ -245,6 +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;