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

@@ -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;