From d1083043cf63551270f31aa83233d55286a89d65 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 20 Jul 2009 16:43:39 -0700 Subject: [PATCH] Fix last commit, was made too early in the morning. --- libdw/dwarf_getlocation.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libdw/dwarf_getlocation.c b/libdw/dwarf_getlocation.c index 2be0a2e..0ce1083 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; -- 2.7.4