Fix tipo 32->64 in MIPS_EABI.

This commit is contained in:
Andrew Cagney 2000-05-12 04:51:22 +00:00
parent 746a987d82
commit 216a600b17
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Fri May 12 14:46:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
* mips-tdep.c (MIPS_EABI): Fix typo. Test for MIPS_ABI_EABI64.
Thu May 11 21:52:55 2000 Andrew Cagney <cagney@b1.cygnus.com>
* configure.in (WERROR_CFLAGS): Check that GCC accepts a -W

View file

@ -116,7 +116,7 @@ struct gdbarch_tdep
#if GDB_MULTI_ARCH
#undef MIPS_EABI
#define MIPS_EABI (gdbarch_tdep (current_gdbarch)->mips_abi == MIPS_ABI_EABI32 \
|| gdbarch_tdep (current_gdbarch)->mips_abi == MIPS_ABI_EABI32)
|| gdbarch_tdep (current_gdbarch)->mips_abi == MIPS_ABI_EABI64)
#endif
#if GDB_MULTI_ARCH