From 41e672b18bed4aeb0c00b53b897292d9846367cc Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Mon, 19 Jan 2004 23:11:36 +0000 Subject: [PATCH] * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete unused declarations. --- gdb/ChangeLog | 5 +++++ gdb/frv-tdep.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ac3af18e24..db5193aaed 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2004-01-19 Kevin Buettner + + * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete + unused declarations. + 2004-01-19 Andrew Cagney * top.h (mapped_symbol_files): Delete declaration. diff --git a/gdb/frv-tdep.c b/gdb/frv-tdep.c index 50a421c053..67fb641be7 100644 --- a/gdb/frv-tdep.c +++ b/gdb/frv-tdep.c @@ -44,8 +44,6 @@ static gdbarch_breakpoint_from_pc_ftype frv_breakpoint_from_pc; static gdbarch_adjust_breakpoint_address_ftype frv_gdbarch_adjust_breakpoint_address; static gdbarch_skip_prologue_ftype frv_skip_prologue; static gdbarch_frameless_function_invocation_ftype frv_frameless_function_invocation; -static gdbarch_deprecated_push_arguments_ftype frv_push_arguments; -static gdbarch_deprecated_saved_pc_after_call_ftype frv_saved_pc_after_call; /* Register numbers. The order in which these appear define the remote protocol, so take care in changing them. */ -- 2.11.0