From: Michael Snyder Date: Thu, 8 Aug 2002 22:44:46 +0000 (+0000) Subject: 2002-08-06 Michael Snyder X-Git-Tag: drow-cplus-branchpoint~888 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7dc213a6bb642601e112cf9c3d7f113677270c07;p=platform%2Fupstream%2Fbinutils.git 2002-08-06 Michael Snyder * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION. --- diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h index d53156c..e7e5bd5 100644 --- a/gdb/config/mips/tm-mips.h +++ b/gdb/config/mips/tm-mips.h @@ -265,8 +265,6 @@ extern void mips_store_return_value (struct type *, char *); (extract_address (REGBUF + REGISTER_BYTE (V0_REGNUM), \ REGISTER_RAW_SIZE (V0_REGNUM))) -extern use_struct_convention_fn mips_use_struct_convention; -#define USE_STRUCT_CONVENTION(gcc_p, type) mips_use_struct_convention (gcc_p, type) /* Describe the pointer in each stack frame to the previous stack frame (its caller). */