gas: blackfin: handle multibyte symbols
[deliverable/binutils-gdb.git] / gdb / dwarf2expr.h
index 31381c09e69cd7fb1084c5a74cdc05a077d1d51d..61b8f003303eba6640f23475fb06cb4dce397457 100644 (file)
@@ -75,6 +75,9 @@ struct dwarf_expr_context
   /* Target address size in bytes.  */
   int addr_size;
 
+  /* Offset used to relocate DW_OP_addr argument.  */
+  CORE_ADDR offset;
+
   /* An opaque argument provided by the caller, which will be passed
      to all of the callback functions.  */
   void *baton;
This page took 0.023914 seconds and 4 git commands to generate.