diff options
author | Michael Snyder <msnyder@vmware.com> | 2002-08-08 22:44:46 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2002-08-08 22:44:46 +0000 |
commit | 7dc213a6bb642601e112cf9c3d7f113677270c07 (patch) | |
tree | fde7da42ce3c04d4546d73e62bb25c5f40ffdd2b /gdb | |
parent | c366c25e10407f3fe6bc2fc73927fe993ee979e8 (diff) | |
download | gdb-7dc213a6bb642601e112cf9c3d7f113677270c07.zip gdb-7dc213a6bb642601e112cf9c3d7f113677270c07.tar.gz gdb-7dc213a6bb642601e112cf9c3d7f113677270c07.tar.bz2 |
2002-08-06 Michael Snyder <msnyder@redhat.com>
* config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/config/mips/tm-mips.h | 2 |
1 files changed, 0 insertions, 2 deletions
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). */ |