diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-01 21:35:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-01 21:35:38 +0000 |
commit | 99918da7cd0ea10891216c5fd9db58100d14e3b9 (patch) | |
tree | f6220549ac93f73fb111594bf282aa80a5baa7bd /bfd/aoutx.h | |
parent | 035d66b532b4a18cffe48d29f8fd0cfc409aa788 (diff) | |
download | binutils-redhat-99918da7cd0ea10891216c5fd9db58100d14e3b9.tar.gz |
Add MIPS32 as a seperate MIPS architecture
Diffstat (limited to 'bfd/aoutx.h')
-rw-r--r-- | bfd/aoutx.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h index a050b8bba5..388e8d7256 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -776,7 +776,9 @@ NAME(aout,machine_type) (arch, machine, unknown) case bfd_mach_mips8000: case bfd_mach_mips10000: case bfd_mach_mips16: - /* FIXME: These should be MIPS3 or MIPS4. */ + case bfd_mach_mips32: + case bfd_mach_mips32_4k: + /* FIXME: These should be MIPS3, MIPS4, MIPS16, MIPS32, etc. */ arch_flags = M_MIPS2; break; default: |