diff options
author | Tom Tromey <tom@tromey.com> | 2016-09-27 11:23:49 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-05-04 22:04:46 -0600 |
commit | 621846f4e258167be2147894e013c85e42de1447 (patch) | |
tree | 75450b2db92140beafd5f8c2fb96684126bc2488 /gdb/ChangeLog | |
parent | 86a73007627a3c52d1c624ed430ac0e74fb8cc3e (diff) | |
download | gdb-621846f4e258167be2147894e013c85e42de1447.zip gdb-621846f4e258167be2147894e013c85e42de1447.tar.gz gdb-621846f4e258167be2147894e013c85e42de1447.tar.bz2 |
Add missing ATTRIBUTE_NORETURNs
This patch adds a missing ATTRIBUTE_NORETURN. This lets
-Wimplicit-fallthrough recognize that a given case does not fall
through.
ChangeLog
2018-05-04 Tom Tromey <tom@tromey.com>
* dwarf2loc.c (unimplemented): Add ATTRIBUTE_NORETURN.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b7ae0e3..d627749 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2018-05-04 Tom Tromey <tom@tromey.com> + * dwarf2loc.c (unimplemented): Add ATTRIBUTE_NORETURN. + +2018-05-04 Tom Tromey <tom@tromey.com> + * s390-tdep.c (s390_process_record): Fix fall-through comments. * xcoffread.c (scan_xcoff_symtab): Move comment later. * symfile.c (section_is_mapped): Fix fall-through comment. |