aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2004-12-09 06:19:12 +0000
committerIan Lance Taylor <ian@airs.com>2004-12-09 06:19:12 +0000
commitebcb91b7dc6fdcadbcb9c30167c635bb46a96a60 (patch)
tree7424572e050888c38cb507a68cc3f8cb25371f75 /binutils/readelf.c
parent9a92f48d3b298cfa84b9b8debd5940b1be6846c0 (diff)
downloadgdb-ebcb91b7dc6fdcadbcb9c30167c635bb46a96a60.zip
gdb-ebcb91b7dc6fdcadbcb9c30167c635bb46a96a60.tar.gz
gdb-ebcb91b7dc6fdcadbcb9c30167c635bb46a96a60.tar.bz2
* readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index 4cbbf88..ac0a21a 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -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_5500: strcat (buf, ", 5500"); break;
case E_MIPS_MACH_SB1: strcat (buf, ", sb1"); break;
+ case E_MIPS_MACH_9000: strcat (buf, ", 9000"); break;
case 0:
/* We simply ignore the field in this case to avoid confusion:
MIPS ELF does not specify EF_MIPS_MACH, it is a GNU