aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-05-26 15:21:13 +0000
committerTom Tromey <tromey@redhat.com>2010-05-26 15:21:13 +0000
commit947bb88ff5da0770e9d6a238b54b7053ba8bd6fb (patch)
treeee4a6113473d5a90090fd5726719e4a3f24b1042 /gdb/ChangeLog
parentf418727792e6e7dce38aa382db45d147bccd8ed7 (diff)
downloadfsf-binutils-gdb-947bb88ff5da0770e9d6a238b54b7053ba8bd6fb.zip
fsf-binutils-gdb-947bb88ff5da0770e9d6a238b54b7053ba8bd6fb.tar.gz
fsf-binutils-gdb-947bb88ff5da0770e9d6a238b54b7053ba8bd6fb.tar.bz2
* dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
(struct dwarf2_loclist_baton) <data>: Likewise. * dwarf2loc.c (find_location_expression): Constify return type. (dwarf2_evaluate_loc_desc): Make 'data' argument const. (dwarf2_loc_desc_needs_frame): Likewise. (loclist_read_variable): Constify. (loclist_describe_location): Likewise. (loclist_tracepoint_var_ref): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ac78a60..46dc0b0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,14 @@
+2010-05-26 Tom Tromey <tromey@redhat.com>
+
+ * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
+ (struct dwarf2_loclist_baton) <data>: Likewise.
+ * dwarf2loc.c (find_location_expression): Constify return type.
+ (dwarf2_evaluate_loc_desc): Make 'data' argument const.
+ (dwarf2_loc_desc_needs_frame): Likewise.
+ (loclist_read_variable): Constify.
+ (loclist_describe_location): Likewise.
+ (loclist_tracepoint_var_ref): Likewise.
+
2010-05-25 Tom Tromey <tromey@redhat.com>
* dwarf2loc.c (dwarf_expr_frame_base): Constify.