aboutsummaryrefslogtreecommitdiff
path: root/gdb/sh-tdep.h
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.h
parent19080931242c87277a624e46aae364f030c130c5 (diff)
downloadfsf-binutils-gdb-04dcf5fa3694f69b636b217ab5f7f7ea311f98d5.zip
fsf-binutils-gdb-04dcf5fa3694f69b636b217ab5f7f7ea311f98d5.tar.gz
fsf-binutils-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.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 feec59a..2ffcfb9 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
{