Fix tipo 32->64 in MIPS_EABI.
This commit is contained in:
parent
746a987d82
commit
216a600b17
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
Thu May 11 21:52:55 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||||
|
|
||||||
* configure.in (WERROR_CFLAGS): Check that GCC accepts a -W
|
* configure.in (WERROR_CFLAGS): Check that GCC accepts a -W
|
||||||
|
|
|
@ -116,7 +116,7 @@ struct gdbarch_tdep
|
||||||
#if GDB_MULTI_ARCH
|
#if GDB_MULTI_ARCH
|
||||||
#undef MIPS_EABI
|
#undef MIPS_EABI
|
||||||
#define MIPS_EABI (gdbarch_tdep (current_gdbarch)->mips_abi == MIPS_ABI_EABI32 \
|
#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
|
#endif
|
||||||
|
|
||||||
#if GDB_MULTI_ARCH
|
#if GDB_MULTI_ARCH
|
||||||
|
|
Loading…
Reference in a new issue