diff options
author | Tom Tromey <tromey@redhat.com> | 2012-11-02 18:53:54 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-11-02 18:53:54 +0000 |
commit | d4fb63e140aed000a5c6a9d463e616d8409b56f4 (patch) | |
tree | 58cbf07d01be1182347c4a382277313f515acee2 /gdb/ChangeLog | |
parent | b786c521573fce15b05c4b879e05f9cc592e1e4b (diff) | |
download | gdb-d4fb63e140aed000a5c6a9d463e616d8409b56f4.zip gdb-d4fb63e140aed000a5c6a9d463e616d8409b56f4.tar.gz gdb-d4fb63e140aed000a5c6a9d463e616d8409b56f4.tar.bz2 |
* configure: Rebuild.
* configure.ac (build_warnings): Add -Wempty-body.
* m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
* remote.c (handle_notification): Use braces for empty 'else' body.
* s390-tdep.c (s390_analyze_prologue): Use braces for empty
'else' body.
* sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
'else' body.
* solib-som.c (som_relocate_section_addresses): Use braces
for empty 'else' body.
* ui-file.c (stdio_file_write): Use braces for empty 'if' body.
(stdio_file_write_async_safe, stdio_file_fputs): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 95e7777..e2a2253 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +2012-11-02 Tom Tromey <tromey@redhat.com> + + * configure: Rebuild. + * configure.ac (build_warnings): Add -Wempty-body. + * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'. + * remote.c (handle_notification): Use braces for empty 'else' body. + * s390-tdep.c (s390_analyze_prologue): Use braces for empty + 'else' body. + * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty + 'else' body. + * solib-som.c (som_relocate_section_addresses): Use braces + for empty 'else' body. + * ui-file.c (stdio_file_write): Use braces for empty 'if' body. + (stdio_file_write_async_safe, stdio_file_fputs): Likewise. + 2012-11-02 Pedro Alves <palves@redhat.com> PR gdb/14766 |