mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
Delete MIPS_DEFAULT_FPU from config/mips/*.h
This commit is contained in:
@ -40,6 +40,14 @@
|
||||
#include "elf-bfd.h"
|
||||
|
||||
|
||||
/* The sizes of floating point registers. */
|
||||
|
||||
enum
|
||||
{
|
||||
MIPS_FPU_SINGLE_REGSIZE = 4,
|
||||
MIPS_FPU_DOUBLE_REGSIZE = 8
|
||||
};
|
||||
|
||||
/* All the possible MIPS ABIs. */
|
||||
|
||||
enum mips_abi
|
||||
@ -4030,6 +4038,7 @@ mips_gdbarch_init (info, arches)
|
||||
&& info.bfd_arch_info->arch == bfd_arch_mips)
|
||||
switch (info.bfd_arch_info->mach)
|
||||
{
|
||||
case bfd_mach_mips3900:
|
||||
case bfd_mach_mips4100:
|
||||
case bfd_mach_mips4111:
|
||||
tdep->mips_fpu_type = MIPS_FPU_NONE;
|
||||
|
Reference in New Issue
Block a user