Change ARI usage to GNU style
[deliverable/binutils-gdb.git] / gdb / dwarf2expr.c
index e412e182c01029c43a59a7aa802a4b9ec2f166fa..f611940ad3193a672430fddde0f5f7d117ad2b1f 100644 (file)
@@ -27,7 +27,8 @@
 #include "dwarf2.h"
 #include "dwarf2expr.h"
 #include "dwarf2loc.h"
-#include "common/underlying.h"
+#include "gdbsupport/underlying.h"
+#include "gdbarch.h"
 
 /* Cookie for gdbarch data.  */
 
@@ -634,6 +635,7 @@ dwarf_expr_context::execute_stack_op (const gdb_byte *op_ptr,
          result_val = value_from_ulongest (address_type, result);
          break;
 
+       case DW_OP_addrx:
        case DW_OP_GNU_addr_index:
          op_ptr = safe_read_uleb128 (op_ptr, op_end, &uoffset);
          result = this->get_addr_index (uoffset);
This page took 0.025166 seconds and 4 git commands to generate.