aboutsummaryrefslogtreecommitdiff
path: root/gdb/frv-tdep.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2003-06-13 20:19:13 +0000
committerJim Blandy <jimb@codesourcery.com>2003-06-13 20:19:13 +0000
commit0b65af49d8c302266a304f0cb7911dbfcfa57274 (patch)
tree16a604f1775d24158372989beef4f3ba4346e64c /gdb/frv-tdep.c
parent2dd0da42a301f3384c6d79b65f9983eb9ce94133 (diff)
downloadfsf-binutils-gdb-0b65af49d8c302266a304f0cb7911dbfcfa57274.zip
fsf-binutils-gdb-0b65af49d8c302266a304f0cb7911dbfcfa57274.tar.gz
fsf-binutils-gdb-0b65af49d8c302266a304f0cb7911dbfcfa57274.tar.bz2
* frv-tdep.c (frv_use_struct_convention): Delete static
declaration for function deleted in my change of 2003-06-12.
Diffstat (limited to 'gdb/frv-tdep.c')
-rw-r--r--gdb/frv-tdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/frv-tdep.c b/gdb/frv-tdep.c
index 4bbe93a..e4dc885 100644
--- a/gdb/frv-tdep.c
+++ b/gdb/frv-tdep.c
@@ -34,7 +34,6 @@ static gdbarch_breakpoint_from_pc_ftype frv_breakpoint_from_pc;
static gdbarch_skip_prologue_ftype frv_skip_prologue;
static gdbarch_deprecated_extract_return_value_ftype frv_extract_return_value;
static gdbarch_deprecated_extract_struct_value_address_ftype frv_extract_struct_value_address;
-static gdbarch_use_struct_convention_ftype frv_use_struct_convention;
static gdbarch_frameless_function_invocation_ftype frv_frameless_function_invocation;
static gdbarch_init_extra_frame_info_ftype stupid_useless_init_extra_frame_info;
static gdbarch_push_arguments_ftype frv_push_arguments;