forked from Imagelibrary/binutils-gdb
* readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
|
||||||
|
|
||||||
|
* readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.
|
||||||
|
|
||||||
2004-12-08 Ben Elliston <bje@au.ibm.com>
|
2004-12-08 Ben Elliston <bje@au.ibm.com>
|
||||||
|
|
||||||
* arlex.l: Fix formatting.
|
* arlex.l: Fix formatting.
|
||||||
|
|||||||
@@ -2019,6 +2019,7 @@ get_machine_flags (unsigned e_flags, unsigned e_machine)
|
|||||||
case E_MIPS_MACH_5400: strcat (buf, ", 5400"); break;
|
case E_MIPS_MACH_5400: strcat (buf, ", 5400"); break;
|
||||||
case E_MIPS_MACH_5500: strcat (buf, ", 5500"); break;
|
case E_MIPS_MACH_5500: strcat (buf, ", 5500"); break;
|
||||||
case E_MIPS_MACH_SB1: strcat (buf, ", sb1"); break;
|
case E_MIPS_MACH_SB1: strcat (buf, ", sb1"); break;
|
||||||
|
case E_MIPS_MACH_9000: strcat (buf, ", 9000"); break;
|
||||||
case 0:
|
case 0:
|
||||||
/* We simply ignore the field in this case to avoid confusion:
|
/* We simply ignore the field in this case to avoid confusion:
|
||||||
MIPS ELF does not specify EF_MIPS_MACH, it is a GNU
|
MIPS ELF does not specify EF_MIPS_MACH, it is a GNU
|
||||||
|
|||||||
Reference in New Issue
Block a user