]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* frv-tdep.c (frv_use_struct_convention): Delete static
authorJim Blandy <jimb@codesourcery.com>
Fri, 13 Jun 2003 20:19:13 +0000 (20:19 +0000)
committerJim Blandy <jimb@codesourcery.com>
Fri, 13 Jun 2003 20:19:13 +0000 (20:19 +0000)
declaration for function deleted in my change of 2003-06-12.

gdb/ChangeLog
gdb/frv-tdep.c

index bfe305b4b8355ae5e0a7e0395b8e9a77867f7299..33179895ab4c4271ca5ebfc9a084cc926c676999 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-13  Jim Blandy  <jimb@redhat.com>
+
+       * frv-tdep.c (frv_use_struct_convention): Delete static
+       declaration for function deleted in my change of 2003-06-12.
+
 2003-06-13  Theodore A. Roth  <troth@openavr.org>
 
        * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
index 4bbe93af0128c9ec595b62e881b614d14b2ccede..e4dc885276e21915e4b638f7e363750b46da947e 100644 (file)
@@ -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;