forked from Imagelibrary/binutils-gdb
Add MIPS Allegrex CPU as a MIPS2-based CPU
The Allegrex CPU was created by Sony Interactive Entertainment to power their portable console, the PlayStation Portable. The pspdev organization maintains all sorts of tools to create software for said device including documentation. Signed-off-by: David Guillen Fandos <david@davidgf.net>
This commit is contained in:
committed by
Maciej W. Rozycki
parent
011365baca
commit
df18f71b56
@@ -489,6 +489,9 @@ const struct mips_arch_choice mips_arch_choices[] =
|
||||
{ "r4010", 1, bfd_mach_mips4010, CPU_R4010, ISA_MIPS2, 0,
|
||||
mips_cp0_names_numeric, NULL, 0, mips_cp1_names_mips,
|
||||
mips_hwr_names_numeric },
|
||||
{ "allegrex", 1, bfd_mach_mips_allegrex, CPU_ALLEGREX, ISA_MIPS2, 0,
|
||||
mips_cp0_names_numeric, NULL, 0, mips_cp1_names_numeric,
|
||||
mips_hwr_names_numeric },
|
||||
{ "vr4100", 1, bfd_mach_mips4100, CPU_VR4100, ISA_MIPS3, 0,
|
||||
mips_cp0_names_numeric, NULL, 0, mips_cp1_names_mips,
|
||||
mips_hwr_names_numeric },
|
||||
|
||||
Reference in New Issue
Block a user