diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3e59954..7f1a399 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com> + + Fix -Wmissing-prototypes build. + * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h. + * sh-tdep.c: Include sh64-tdep.h. + * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations. + * sh64-tdep.c: Include sh64-tdep.h. + * sh64-tdep.h: New file. + 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com> * mips-tdep.c (mips32_scan_prologue): Correct indentation. |