X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=binutils%2Freadelf.c;h=e827e6c85a5aafc71cb3a326499efb03df539ee8;hb=350cc38db21f1cd651a6d46687542a0fce5e0303;hp=d1e4de80e97dbdb001632eeebf8ff1e74464afd2;hpb=569502941afa825c5278b320ccedeefc82e8ed0e;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/readelf.c b/binutils/readelf.c index d1e4de80e9..e827e6c85a 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -2194,6 +2194,8 @@ get_machine_flags (unsigned e_flags, unsigned e_machine) 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 E_MIPS_MACH_LS2E: strcat (buf, ", loongson-2e"); break; + case E_MIPS_MACH_LS2F: strcat (buf, ", loongson-2f"); 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