diff options
Diffstat (limited to 'bfd/aoutx.h')
-rw-r--r-- | bfd/aoutx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h index 388e8d7..246742f 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -778,6 +778,8 @@ NAME(aout,machine_type) (arch, machine, unknown) case bfd_mach_mips16: case bfd_mach_mips32: case bfd_mach_mips32_4k: + case bfd_mach_mips5: + case bfd_mach_mips64: /* FIXME: These should be MIPS3, MIPS4, MIPS16, MIPS32, etc. */ arch_flags = M_MIPS2; break; |