mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 05:50:43 +00:00
* readelf.c (get_machine_flags): Don't fall through into m68k cpu
types.
This commit is contained in:
parent
99022dfb1d
commit
1c877e87e3
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user