aboutsummaryrefslogtreecommitdiff
path: root/gdb/sh-tdep.c
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-03-01 23:55:40 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-03-01 23:55:40 +0000
commit04dcf5fa3694f69b636b217ab5f7f7ea311f98d5 (patch)
treeedeca821837d5d9fd054397ad08c542854ae746e /gdb/sh-tdep.c
parent19080931242c87277a624e46aae364f030c130c5 (diff)
downloadgdb-04dcf5fa3694f69b636b217ab5f7f7ea311f98d5.zip
gdb-04dcf5fa3694f69b636b217ab5f7f7ea311f98d5.tar.gz
gdb-04dcf5fa3694f69b636b217ab5f7f7ea311f98d5.tar.bz2
gdb/
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.
Diffstat (limited to 'gdb/sh-tdep.c')
-rw-r--r--gdb/sh-tdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/sh-tdep.c b/gdb/sh-tdep.c
index e5b66b4..e65aeb4 100644
--- a/gdb/sh-tdep.c
+++ b/gdb/sh-tdep.c
@@ -44,6 +44,7 @@
#include "objfiles.h"
#include "sh-tdep.h"
+#include "sh64-tdep.h"
#include "elf-bfd.h"
#include "solib-svr4.h"