X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=binutils%2Freadelf.c;h=4c40e6e0111e4b2b01baf1bd109aa5232af90a46;hb=f608cd77e751a7c47cfb0f8fb91677cbb3e75232;hp=30a7fcc4a1133307b0fbe830b98e71da3e3672ad;hpb=9d8d6261e33d9fc30804baba9de325453cc3092d;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/readelf.c b/binutils/readelf.c index 30a7fcc4a1..4c40e6e011 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -2310,6 +2310,13 @@ get_machine_flags (unsigned e_flags, unsigned e_machine) case EF_M68K_CF_ISA_B: isa = "B"; break; + case EF_M68K_CF_ISA_C: + isa = "C"; + break; + case EF_M68K_CF_ISA_C_NODIV: + isa = "C"; + additional = ", nodiv"; + break; } strcat (buf, ", cf, isa "); strcat (buf, isa); @@ -2328,6 +2335,9 @@ get_machine_flags (unsigned e_flags, unsigned e_machine) case EF_M68K_CF_EMAC: mac = "emac"; break; + case EF_M68K_CF_EMAC_B: + mac = "emac_b"; + break; } if (mac) {