Revert my last change since it has not been approved.

This commit is contained in:
Jie Zhang
2008-07-12 08:54:13 +00:00
parent 26bc3f44e8
commit 1bac266e85
18 changed files with 52 additions and 199 deletions

View File

@@ -2140,21 +2140,6 @@ get_machine_flags (unsigned e_flags, unsigned e_machine)
decode_ARM_machine_flags (e_flags, buf);
break;
case EM_BLACKFIN:
if (e_flags & EF_BFIN_PIC)
strcat (buf, ", PIC");
if (e_flags & EF_BFIN_FDPIC)
strcat (buf, ", FDPIC");
if (e_flags & EF_BFIN_CODE_IN_L1)
strcat (buf, ", code in L1");
if (e_flags & EF_BFIN_DATA_IN_L1)
strcat (buf, ", data in L1");
break;
case EM_CYGNUS_FRV:
switch (e_flags & EF_FRV_CPU_MASK)
{