From 069fe61f900893057e525c11171d31a260e6cb95 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 29 Aug 2002 15:43:47 +0000 Subject: [PATCH] Remove redundant reference to E_V850EA_ARCH. --- binutils/ChangeLog | 5 +++++ binutils/readelf.c | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 9003eae..7c332c9 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2002-08-29 Nick Clifton + + * readelf.c (get_machine_flags): Remove redundant reference to + E_V850EA_ARCH. + 2002-08-28 Alan Modra * objdump.c (dump_bfd): Restore lines accidentally deleted in diff --git a/binutils/readelf.c b/binutils/readelf.c index ea0aa02..870e0df 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -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; -- 2.7.4