Fix segfault in ARC linker when generating got entries for local symbols.
[deliverable/binutils-gdb.git] / gdb / dwarf2expr.h
index c06c5567871bf441a19dedb242a10435ab4b03aa..3d7ca002c5e7c6e9a2f1a67d7deeaacba245e269 100644 (file)
@@ -1,6 +1,6 @@
 /* DWARF 2 Expression Evaluator.
 
-   Copyright (C) 2001-2013 Free Software Foundation, Inc.
+   Copyright (C) 2001-2016 Free Software Foundation, Inc.
 
    Contributed by Daniel Berlin <dan@dberlin.org>.
 
@@ -84,12 +84,8 @@ struct dwarf_expr_context_funcs
      This can throw an exception if the index is out of range.  */
   CORE_ADDR (*get_addr_index) (void *baton, unsigned int index);
 
-#if 0
-  /* Not yet implemented.  */
-
   /* Return the `object address' for DW_OP_push_object_address.  */
   CORE_ADDR (*get_object_address) (void *baton);
-#endif
 };
 
 /* The location of a value.  */
This page took 0.023398 seconds and 4 git commands to generate.