aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2020-10-09 13:30:48 -0700
committerJoel Brobecker <brobecker@adacore.com>2020-10-09 13:31:07 -0700
commit59c8a30b81e400d614fad67ec06e040cb38980bc (patch)
treefafed1c292c024c44795c33a3482112a77a5b9d9 /gdb/ChangeLog
parent7c184d334adac03eb200b0f8b01edaf051bfc01b (diff)
downloadgdb-59c8a30b81e400d614fad67ec06e040cb38980bc.zip
gdb-59c8a30b81e400d614fad67ec06e040cb38980bc.tar.gz
gdb-59c8a30b81e400d614fad67ec06e040cb38980bc.tar.bz2
ada-lang.c::advance_wild_match improve doc and parameter+temporaries types
This commit fixes the type of one of the parameters as well as a couple of temporaries. While at it, the function's description is slightly rewritten to make it a little clearer what the function does. gdb/ChangeLog: * ada-lang.c (advance_wild_match): Rewrite the function's description. Change the type of target0, t0 and t1 to char.
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 80a1d28..de66f5a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2020-10-09 Joel Brobecker <brobecker@adacore.com>
+
+ * ada-lang.c (advance_wild_match): Rewrite the function's
+ description. Change the type of target0, t0 and t1 to char.
+
2020-10-09 Tom Tromey <tromey@adacore.com>
* dwarf2/read.c (dwarf2_add_field): Handle signed offsets.