diff options
Diffstat (limited to 'gdb/config/mips/tm-tx39l.h')
-rw-r--r-- | gdb/config/mips/tm-tx39l.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/mips/tm-tx39l.h b/gdb/config/mips/tm-tx39l.h index e60c938..7da1320 100644 --- a/gdb/config/mips/tm-tx39l.h +++ b/gdb/config/mips/tm-tx39l.h @@ -21,5 +21,5 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "mips/tm-mips.h" -#undef USE_STRUCT_CONVENTION -#define USE_STRUCT_CONVENTION(gcc_p, type) (TYPE_LENGTH (type) > 8) +#undef DEFAULT_MIPS_TYPE +#define DEFAULT_MIPS_TYPE "r3900" |