aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-06-17 20:46:47 +0000
committerTom Tromey <tromey@redhat.com>2011-06-17 20:46:47 +0000
commit66a17cb6292ee31b9f46520761098d56550a341b (patch)
tree84bc405dd78d87cbab72d55ce5460034f25f57d3 /gdb/ChangeLog
parent7518bff55ab27e073e9d03b5d700d469d362c85d (diff)
downloadgdb-66a17cb6292ee31b9f46520761098d56550a341b.zip
gdb-66a17cb6292ee31b9f46520761098d56550a341b.tar.gz
gdb-66a17cb6292ee31b9f46520761098d56550a341b.tar.bz2
* valops.c (value_of_this): Use lookup_language_this.
* symtab.h (lookup_language_this): Declare. * symtab.c (lookup_language_this): New function. (lookup_symbol_aux): Use lookup_language_this. * ax-gdb.c (gen_expr) <OP_THIS>: Use lookup_language_this.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4c8c658..70ae976 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2011-06-17 Tom Tromey <tromey@redhat.com>
+ * valops.c (value_of_this): Use lookup_language_this.
+ * symtab.h (lookup_language_this): Declare.
+ * symtab.c (lookup_language_this): New function.
+ (lookup_symbol_aux): Use lookup_language_this.
+ * ax-gdb.c (gen_expr) <OP_THIS>: Use lookup_language_this.
+
+2011-06-17 Tom Tromey <tromey@redhat.com>
+
* value.h (value_of_this): Update.
(value_of_local): Remove.
* valops.c (value_of_this): Rename from value_of_local. Change