summaryrefslogtreecommitdiff
path: root/gdb/sh-tdep.h
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-03-01 23:55:38 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-03-01 23:55:38 +0000
commit75d3e263a9b09e23641350b8c19be7b50d05f2dd (patch)
treeb4c7fba8f5059a0749de3a6c8fe9e63941f7d9cc /gdb/sh-tdep.h
parentf60b6c2fe8be640e407e0d4f490de5e62da0a4e2 (diff)
downloadgdb-75d3e263a9b09e23641350b8c19be7b50d05f2dd.tar.gz
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.h')
-rw-r--r--gdb/sh-tdep.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/sh-tdep.h b/gdb/sh-tdep.h
index feec59aa118..2ffcfb9b2a5 100644
--- a/gdb/sh-tdep.h
+++ b/gdb/sh-tdep.h
@@ -82,9 +82,6 @@ enum
FV_LAST_REGNUM = 79
};
-extern gdbarch_init_ftype sh64_gdbarch_init;
-extern void sh64_show_regs (struct frame_info *);
-
/* This structure describes a register in a core-file. */
struct sh_corefile_regmap
{