From: Roland McGrath Date: Mon, 20 Jul 2009 23:43:39 +0000 (-0700) Subject: Fix last commit, was made too early in the morning. X-Git-Tag: elfutils-0.142~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d1083043cf63551270f31aa83233d55286a89d65;p=thirdparty%2Felfutils.git Fix last commit, was made too early in the morning. --- diff --git a/libdw/dwarf_getlocation.c b/libdw/dwarf_getlocation.c index 2be0a2e1e..0ce10837f 100644 --- a/libdw/dwarf_getlocation.c +++ b/libdw/dwarf_getlocation.c @@ -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;