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 | d1cf510e5e1ab5cb49de51ae96ef011ec0ab7510 (patch) | |
tree | 9189d3cd2efd6281a0ee083401bc11fa84863dbb /bfd/cpu-mips.c | |
parent | 6c426cf36e042f2ef86fdb7d6c7e5e6a7ddb0e1c (diff) | |
download | gdb-d1cf510e5e1ab5cb49de51ae96ef011ec0ab7510.zip gdb-d1cf510e5e1ab5cb49de51ae96ef011ec0ab7510.tar.gz gdb-d1cf510e5e1ab5cb49de51ae96ef011ec0ab7510.tar.bz2 |
Add MIPS r12k support
Diffstat (limited to 'bfd/cpu-mips.c')
-rw-r--r-- | bfd/cpu-mips.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/cpu-mips.c b/bfd/cpu-mips.c index 13f0344..ee6574b 100644 --- a/bfd/cpu-mips.c +++ b/bfd/cpu-mips.c @@ -55,6 +55,7 @@ enum I_mips6000, I_mips8000, I_mips10000, + I_mips12000, I_mips16, I_mips32, I_mips32_4k, @@ -81,6 +82,7 @@ static const bfd_arch_info_type arch_info_struct[] = N (32, 32, bfd_mach_mips6000, "mips:6000", false, NN(I_mips6000)), N (64, 64, bfd_mach_mips8000, "mips:8000", false, NN(I_mips8000)), N (64, 64, bfd_mach_mips10000,"mips:10000", false, NN(I_mips10000)), + N (64, 64, bfd_mach_mips12000,"mips:12000", false, NN(I_mips12000)), N (64, 64, bfd_mach_mips16, "mips:16", false, NN(I_mips16)), N (32, 32, bfd_mach_mips32, "mips:mips32", false, NN(I_mips32)), N (32, 32, bfd_mach_mips32_4k,"mips:mips32-4k", false, NN(I_mips32_4k)), |