* readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.

This commit is contained in:
Ian Lance Taylor
2004-05-29 00:12:03 +00:00
parent 859e469117
commit 90e01f8635
2 changed files with 8 additions and 0 deletions

View File

@@ -1829,6 +1829,10 @@ decode_ARM_machine_flags (unsigned e_flags, char buf[])
strcat (buf, ", software FP");
break;
case EF_ARM_VFP_FLOAT:
strcat (buf, ", VFP");
break;
case EF_ARM_MAVERICK_FLOAT:
strcat (buf, ", Maverick FP");
break;