aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 293ec52..8600e2e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,39 @@
2019-12-26 Christian Biesinger <cbiesinger@google.com>
+ * ada-lang.c (ada_decode_symbol): Update.
+ * buildsym.c (add_symbol_to_list): Update.
+ * coffread.c (process_coff_symbol): Update.
+ * ctfread.c (ctf_add_enum_member_cb): Update.
+ (new_symbol): Update.
+ (ctf_add_var_cb): Update.
+ * dwarf2read.c (fixup_go_packaging): Update.
+ (dwarf2_compute_name): Update.
+ (new_symbol): Update.
+ * jit.c (finalize_symtab): Update.
+ * language.c (language_alloc_type_symbol): Update.
+ * mdebugread.c (new_symbol): Update.
+ * minsyms.c (minimal_symbol_reader::record_full): Update.
+ (minimal_symbol_reader::install): Update.
+ * psymtab.c (print_partial_symbols): Update.
+ (psymbol_hash): Update.
+ (psymbol_compare): Update.
+ (add_psymbol_to_bcache): Update.
+ (maintenance_check_psymtabs): Update.
+ * stabsread.c (define_symbol): Update.
+ * symtab.c (symbol_set_names): Rename to...
+ (general_symbol_info::compute_and_set_names): ...this.
+ (general_symbol_info::natural_name): Update.
+ (general_symbol_info::search_name): Update.
+ (fixup_section): Update.
+ * symtab.h (struct general_symbol_info) <name>: Rename to...
+ <m_name>: ...this.
+ <compute_and_set_names>: Rename from...
+ (symbol_set_names): ...this.
+ (SYMBOL_SET_NAMES): Remove.
+ (struct symbol) <ctor>: Update.
+
+2019-12-26 Christian Biesinger <cbiesinger@google.com>
+
* NEWS: Mention that multithreaded symbol loading is now on by
default.