* readelf.c (get_machine_flags): Don't fall through into m68k cpu

types.
This commit is contained in:
Alexandre Oliva 2004-10-07 21:01:43 +00:00
parent 99022dfb1d
commit 1c877e87e3
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-10-07 Alexandre Oliva <aoliva@redhat.com>
* readelf.c (get_machine_flags): Don't fall through into m68k cpu
types.
2004-10-01 Paul Brook <paul@codesourcery.com>
* readelf.c (get_arm_section_type_name): New function.

View File

@ -1912,6 +1912,7 @@ get_machine_flags (unsigned e_flags, unsigned e_machine)
strcat (buf, ", tomcat");
break;
}
break;
case EM_68K:
if (e_flags & EF_CPU32)