aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-11-29 01:09:23 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-11-29 01:09:23 +0000
commit1e3a8f45c5a6e5d922e6e981d1572f2db35fb7a9 (patch)
tree81030e09de84d6ef19425a745d89ff21b6dfb5d4 /gdb/ChangeLog
parent265e52c36abba16b6b78ba06ec1a6607d08cb1fc (diff)
downloadgdb-1e3a8f45c5a6e5d922e6e981d1572f2db35fb7a9.zip
gdb-1e3a8f45c5a6e5d922e6e981d1572f2db35fb7a9.tar.gz
gdb-1e3a8f45c5a6e5d922e6e981d1572f2db35fb7a9.tar.bz2
Further fix the documentation in struct quick_symbol_functions
gdb/ChangeLog: * symfile.h (struct quick_symbol_functions): Fix the documentation of field map_matching_symbols, as symbols are sorted using strcmp_iw_ordered, not strcmp_iw.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ce61c09..12dc10a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2011-11-28 Joel Brobecker <brobecker@adacore.com>
+
+ * symfile.h (struct quick_symbol_functions): Fix the documentation
+ of field map_matching_symbols, as symbols are sorted using
+ strcmp_iw_ordered, not strcmp_iw.
+
2011-11-28 Paul Hilfinger <hilfinger@adacore.com>
* symfile.h (struct quick_symbol_functions): Update the