S390: Migrate watch areas from list to VEC type
[deliverable/binutils-gdb.git] / gdb / dwarf2expr.h
index c57b100e35efe51eac62df5f03ed496cff50b007..cbab45b4bb6dea433213ecc1fa03f664533c8a40 100644 (file)
@@ -1,6 +1,6 @@
 /* DWARF 2 Expression Evaluator.
 
-   Copyright (C) 2001-2015 Free Software Foundation, Inc.
+   Copyright (C) 2001-2016 Free Software Foundation, Inc.
 
    Contributed by Daniel Berlin <dan@dberlin.org>.
 
@@ -56,7 +56,7 @@ struct dwarf_expr_context_funcs
   CORE_ADDR (*get_frame_pc) (void *baton);
 
   /* Return the thread-local storage address for
-     DW_OP_GNU_push_tls_address.  */
+     DW_OP_GNU_push_tls_address or DW_OP_form_tls_address.  */
   CORE_ADDR (*get_tls_address) (void *baton, CORE_ADDR offset);
 
   /* Execute DW_AT_location expression for the DWARF expression subroutine in
This page took 0.023388 seconds and 4 git commands to generate.