From 1c877e87e3ccaf264d2026a70c146289d19e4cdb Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Thu, 7 Oct 2004 21:01:43 +0000 Subject: * readelf.c (get_machine_flags): Don't fall through into m68k cpu types. --- binutils/ChangeLog | 5 +++++ binutils/readelf.c | 1 + 2 files changed, 6 insertions(+) (limited to 'binutils') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index eea10a2..95b3568 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2004-10-07 Alexandre Oliva + + * readelf.c (get_machine_flags): Don't fall through into m68k cpu + types. + 2004-10-01 Paul Brook * readelf.c (get_arm_section_type_name): New function. diff --git a/binutils/readelf.c b/binutils/readelf.c index b35ddfe..516b040 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -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) -- cgit v1.1