OSDN Git Service

Remove redundant reference to E_V850EA_ARCH.
authorNick Clifton <nickc@redhat.com>
Thu, 29 Aug 2002 15:43:47 +0000 (15:43 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 29 Aug 2002 15:43:47 +0000 (15:43 +0000)
binutils/ChangeLog
binutils/readelf.c

index 9003eae..7c332c9 100644 (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
index ea0aa02..870e0df 100644 (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;