aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@ericsson.com>2017-10-11 09:34:08 -0400
committerSimon Marchi <simon.marchi@ericsson.com>2017-10-11 09:34:08 -0400
commit905014d7205d4f171c5cabf695fe1ec3da9b33d3 (patch)
tree354b31d58b64b60cdfee181a8b6556892628103b /gdb/ChangeLog
parent56d704daee44b036d1eff86123de6dec0c55f61b (diff)
downloadgdb-905014d7205d4f171c5cabf695fe1ec3da9b33d3.zip
gdb-905014d7205d4f171c5cabf695fe1ec3da9b33d3.tar.gz
gdb-905014d7205d4f171c5cabf695fe1ec3da9b33d3.tar.bz2
Use std::vector for symtab_fns
Simple replacement of VEC with std::vector. gdb/ChangeLog: * symfile.c (registered_sym_fns): Make struct, not typedef. (DEF_VEC_O (registered_sym_fns)): Remove. (symtab_fns): Change type to std::vector. (add_symtab_fns): Adjust. (find_sym_fns): Adjust.
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 1205355..66ef8d6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2017-10-11 Simon Marchi <simon.marchi@ericsson.com>
+
+ * symfile.c (registered_sym_fns): Make struct, not typedef.
+ (DEF_VEC_O (registered_sym_fns)): Remove.
+ (symtab_fns): Change type to std::vector.
+ (add_symtab_fns): Adjust.
+ (find_sym_fns): Adjust.
+
2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
* arc-tdep.c (arc_gdbarch_init): Pass proper cpu value to disassembler.