diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2004-10-07 21:01:43 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2004-10-07 21:01:43 +0000 |
commit | 1c877e87e3ccaf264d2026a70c146289d19e4cdb (patch) | |
tree | 7b3dc14cc12212aa1df0b425639ac6643a0f00ed /binutils/readelf.c | |
parent | 99022dfb1d4b1de6f394026ffd5b738b522aa9f6 (diff) | |
download | binutils-gdb-1c877e87e3ccaf264d2026a70c146289d19e4cdb.tar.gz |
* readelf.c (get_machine_flags): Don't fall through into m68k cpu
types.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index b35ddfe3050..516b0409e23 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) |