aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2021-07-02 13:22:18 -0600
committerTom Tromey <tromey@adacore.com>2021-07-02 13:22:47 -0600
commit57bb96d3a2cefb222c9785df9605114db201d135 (patch)
tree0eca412d1367e4584977fa49ff69e3b9a303cd7e /gdb/ChangeLog
parent90b044ef102df5bf7929c71fc9465f23279eabdd (diff)
downloadfsf-binutils-gdb-57bb96d3a2cefb222c9785df9605114db201d135.zip
fsf-binutils-gdb-57bb96d3a2cefb222c9785df9605114db201d135.tar.gz
fsf-binutils-gdb-57bb96d3a2cefb222c9785df9605114db201d135.tar.bz2
Use 'const' in ada-exp.y
I found a few spots in ada-exp.y that could use 'const'. Tested by rebuilding. 2021-07-02 Tom Tromey <tromey@adacore.com> * ada-exp.y (chop_selector, chop_separator, write_selectors) (write_ambiguous_var, get_symbol_field_type): Use const.
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 6febad5..6a5f8b5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2021-07-02 Tom Tromey <tromey@adacore.com>
+
+ * ada-exp.y (chop_selector, chop_separator, write_selectors)
+ (write_ambiguous_var, get_symbol_field_type): Use const.
+
2021-07-02 Pedro Alves <pedro@palves.net>
Hannes Domani <ssbssa@yahoo.de>