]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/sh64-tdep.c
* configure: Rebuild.
authorTom Tromey <tromey@redhat.com>
Fri, 2 Nov 2012 18:53:54 +0000 (18:53 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 2 Nov 2012 18:53:54 +0000 (18:53 +0000)
commitd4fb63e140aed000a5c6a9d463e616d8409b56f4
tree58cbf07d01be1182347c4a382277313f515acee2
parentb786c521573fce15b05c4b879e05f9cc592e1e4b
* 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.
gdb/ChangeLog
gdb/configure
gdb/configure.ac
gdb/m68k-tdep.c
gdb/remote.c
gdb/s390-tdep.c
gdb/sh64-tdep.c
gdb/solib-som.c
gdb/ui-file.c