mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
Add MIPS SB1 machine
This commit is contained in:
@ -7,6 +7,9 @@
|
||||
* readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
|
||||
and E_MIPS_ARCH_64.
|
||||
|
||||
* readelf.c (get_machine_flags): Add case for
|
||||
E_MIPS_MACH_SB1.
|
||||
|
||||
2000-11-30 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
|
||||
|
@ -1488,6 +1488,7 @@ get_machine_flags (e_flags, e_machine)
|
||||
case E_MIPS_MACH_4650: strcat (buf, ", 4650"); break;
|
||||
case E_MIPS_MACH_4111: strcat (buf, ", 4111"); break;
|
||||
case E_MIPS_MACH_MIPS32_4K: strcat (buf, ", mips32-4k"); break;
|
||||
case E_MIPS_MACH_SB1: strcat (buf, ", sb1"); break;
|
||||
default: strcat (buf, " UNKNOWN"); break;
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user