diff options
author | Nick Clifton <nickc@redhat.com> | 2001-05-23 17:26:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-05-23 17:26:40 +0000 |
commit | f7241996783a68e3d9c3359f2d95921d6a9d7575 (patch) | |
tree | c52169ed6f06e1ca6e32bb982b25713f19d5013a /bfd/aoutx.h | |
parent | 7efa60a4c23c78ed00ae441d0c9953fd7869385c (diff) | |
download | gdb-f7241996783a68e3d9c3359f2d95921d6a9d7575.tar.gz |
Add MIPS r12k support
Diffstat (limited to 'bfd/aoutx.h')
-rw-r--r-- | bfd/aoutx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h index 4ed28d9746e..93b939a415e 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -776,6 +776,7 @@ NAME(aout,machine_type) (arch, machine, unknown) case bfd_mach_mips4650: case bfd_mach_mips8000: case bfd_mach_mips10000: + case bfd_mach_mips12000: case bfd_mach_mips16: case bfd_mach_mips32: case bfd_mach_mips32_4k: |