Remove redundant reference to E_V850EA_ARCH.

This commit is contained in:
Nick Clifton 2002-08-29 15:43:47 +00:00
parent 151fefe27f
commit 069fe61f90
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2002-08-29 Nick Clifton <nickc@redhat.com>
* readelf.c (get_machine_flags): Remove redundant reference to
E_V850EA_ARCH.
2002-08-28 Alan Modra <amodra@bigpond.net.au>
* objdump.c (dump_bfd): Restore lines accidentally deleted in

View file

@ -1777,9 +1777,6 @@ get_machine_flags (e_flags, e_machine)
case E_V850E_ARCH:
strcat (buf, ", v850e");
break;
case E_V850EA_ARCH:
strcat (buf, ", v850ea");
break;
case E_V850_ARCH:
strcat (buf, ", v850");
break;