diff options
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/dwarf2/read.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d0a2030..b7e8f1f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2020-11-12 Simon Marchi <simon.marchi@polymtl.ca> + * dwarf2/read.c (dw2_do_instantiate_symtab): Fix typo in + comment. + +2020-11-12 Simon Marchi <simon.marchi@polymtl.ca> + * dwarf2/read.c (dwarf_read_debug_printf, dwarf_read_debug_printf_v): New macros, use throughout the file. diff --git a/gdb/dwarf2/read.c b/gdb/dwarf2/read.c index ec936e4..5c3849b 100644 --- a/gdb/dwarf2/read.c +++ b/gdb/dwarf2/read.c @@ -2421,7 +2421,7 @@ load_cu (dwarf2_per_cu_data *per_cu, dwarf2_per_objfile *per_objfile, return cu; } -/* Read in the symbols for PER_CU in the context of DWARF"_PER_OBJFILE. */ +/* Read in the symbols for PER_CU in the context of PER_OBJFILE. */ static void dw2_do_instantiate_symtab (dwarf2_per_cu_data *per_cu, |