mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 21:34:46 +08:00
* config/tc-mips.c (md_begin): Correct type-o in setting of mips_eabi64.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
1998-12-23 Gavin Romig-Koch <gavin@cygnus.com>
|
||||
|
||||
* config/tc-mips.c (md_begin): Correct type-o in setting of mips_eabi64.
|
||||
|
||||
1998-12-21 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* config/tc-m32r.c (md_assemble): Emit a NOP after a relaxable 16
|
||||
|
@ -1110,7 +1110,7 @@ md_begin ()
|
||||
/* Set the EABI kind based on the ISA before the user gets
|
||||
to change the ISA with directives. This isn't really
|
||||
the best, but then neither is basing the abi on the isa. */
|
||||
if (mips_opts.isa > 2 && strcmp (mips_abi_string,"eabi"))
|
||||
if (mips_opts.isa > 2 && 0 == strcmp (mips_abi_string,"eabi"))
|
||||
mips_eabi64 = 1;
|
||||
|
||||
if (mips_cpu != 0 && mips_cpu != -1)
|
||||
|
Reference in New Issue
Block a user