aboutsummaryrefslogtreecommitdiff
path: root/gdb/sh64-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-01-17 01:05:06 +0000
committerAndrew Cagney <cagney@redhat.com>2004-01-17 01:05:06 +0000
commitcf5b2f1b3af009aaa4b9af2dd5e70f4754c5da00 (patch)
tree8b994599f7cc7f029e63ae92af4ac1867728458a /gdb/sh64-tdep.c
parentd33b9831c7678a1e7a27b9f6195e59a095d28297 (diff)
downloadgdb-cf5b2f1b3af009aaa4b9af2dd5e70f4754c5da00.zip
gdb-cf5b2f1b3af009aaa4b9af2dd5e70f4754c5da00.tar.gz
gdb-cf5b2f1b3af009aaa4b9af2dd5e70f4754c5da00.tar.bz2
2004-01-16 Andrew Cagney <cagney@redhat.com>
* symfile.c: Update copyright year. (compare_symbols): Delete unused function. * stabsread.c: Update copyright year. (lrs_general_complaint): Delete unused function. (ref_search_value): Ditto. (get_substring): Delete declaration. * sh64-tdep.c: Update copyright year. (sh64_get_gdb_regnum): Delete unused function. * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint): Delete unused function.
Diffstat (limited to 'gdb/sh64-tdep.c')
-rw-r--r--gdb/sh64-tdep.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/gdb/sh64-tdep.c b/gdb/sh64-tdep.c
index 218c09b..f871d1e 100644
--- a/gdb/sh64-tdep.c
+++ b/gdb/sh64-tdep.c
@@ -1,6 +1,7 @@
/* Target-dependent code for Renesas Super-H, for GDB.
- Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
- Free Software Foundation, Inc.
+
+ Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
+ 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GDB.
@@ -831,12 +832,6 @@ is_media_pseudo (int rn)
}
static int
-sh64_get_gdb_regnum (int gcc_regnum, CORE_ADDR pc)
-{
- return translate_insn_rn (gcc_regnum, pc_is_isa32 (pc));
-}
-
-static int
sh64_media_reg_base_num (int reg_nr)
{
int base_regnum = -1;