This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[obvious] finish deleting frv_use_struct_convention


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.

Index: gdb/frv-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/frv-tdep.c,v
retrieving revision 1.45
diff -c -r1.45 frv-tdep.c
*** gdb/frv-tdep.c	13 Jun 2003 04:40:31 -0000	1.45
--- gdb/frv-tdep.c	13 Jun 2003 20:16:11 -0000
***************
*** 34,40 ****
  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;
--- 34,39 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]