diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d627749..4bdd444 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,16 @@ 2018-05-04 Tom Tromey <tom@tromey.com> + * riscv-tdep.c (riscv_isa_xlen): Add fall-through comment. + * utils.c (can_dump_core) <LIMIT_CUR>: Add fall-through comment. + * eval.c (fetch_subexp_value) <MEMORY_ERROR>: Add fall-through + comment. + * d-valprint.c (d_val_print) <TYPE_CODE_STRUCT>: Add fall-through + comment. + * coffread.c (coff_symtab_read) <C_LABEL>: Add fall-through + comment. + +2018-05-04 Tom Tromey <tom@tromey.com> + * dwarf2loc.c (unimplemented): Add ATTRIBUTE_NORETURN. 2018-05-04 Tom Tromey <tom@tromey.com> |