aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2021-03-08 07:27:57 -0700
committerTom Tromey <tom@tromey.com>2021-03-08 07:28:22 -0700
commit14aff815df1efbbc573df75b7fc65017e9399c84 (patch)
tree951721757086aaeb65f51f802ebe4b64b7d1248b /gdb/ChangeLog
parent929f3aa7425dde2626bdf5b23277aee62ec75129 (diff)
downloadgdb-14aff815df1efbbc573df75b7fc65017e9399c84.zip
gdb-14aff815df1efbbc573df75b7fc65017e9399c84.tar.gz
gdb-14aff815df1efbbc573df75b7fc65017e9399c84.tar.bz2
Introduce unop_addr_operation
This adds class unop_addr_operation, which implements UNOP_ADDR. gdb/ChangeLog 2021-03-08 Tom Tromey <tom@tromey.com> * expop.h (class unop_addr_operation): New. * ax-gdb.c (gen_expr_unop) <case UNOP_ADDR>: New.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fb0eea2..1998e48 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2021-03-08 Tom Tromey <tom@tromey.com>
+ * expop.h (class unop_addr_operation): New.
+ * ax-gdb.c (gen_expr_unop) <case UNOP_ADDR>: New.
+
+2021-03-08 Tom Tromey <tom@tromey.com>
+
* expop.h (class typeid_operation): New.
2021-03-08 Tom Tromey <tom@tromey.com>