aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-08-29 15:43:47 +0000
committerNick Clifton <nickc@redhat.com>2002-08-29 15:43:47 +0000
commit069fe61f900893057e525c11171d31a260e6cb95 (patch)
tree57209dc121cc0e38a7f254ceab533e882092e3ec /binutils/readelf.c
parent151fefe27f7493b99b5b96940e9715f7597562bd (diff)
downloadgdb-069fe61f900893057e525c11171d31a260e6cb95.zip
gdb-069fe61f900893057e525c11171d31a260e6cb95.tar.gz
gdb-069fe61f900893057e525c11171d31a260e6cb95.tar.bz2
Remove redundant reference to E_V850EA_ARCH.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c3
1 files changed, 0 insertions, 3 deletions
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;