mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
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.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -830,12 +831,6 @@ is_media_pseudo (int rn)
|
||||
return (rn >= DR0_REGNUM && rn <= FV_LAST_REGNUM);
|
||||
}
|
||||
|
||||
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user