2002-08-06 Michael Snyder <msnyder@redhat.com>

* config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
This commit is contained in:
Michael Snyder 2002-08-08 22:44:46 +00:00
parent c366c25e10
commit 7dc213a6bb
1 changed files with 0 additions and 2 deletions

View File

@ -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). */