PATCH COMMITTED: support ARM VFP flag in readelf
Ian Lance Taylor
ian@wasabisystems.com
Sat May 29 05:40:00 GMT 2004
I committed this patch to print out the ARM VFP flag in readelf.
Ian
2004-05-28 Ian Lance Taylor <ian@wasabisystems.com>
* readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
Index: readelf.c
===================================================================
RCS file: /cvs/src/src/binutils/readelf.c,v
retrieving revision 1.239
diff -p -u -r1.239 readelf.c
--- readelf.c 13 May 2004 14:41:17 -0000 1.239
+++ readelf.c 29 May 2004 00:11:33 -0000
@@ -1829,6 +1829,10 @@ decode_ARM_machine_flags (unsigned e_fla
strcat (buf, ", software FP");
break;
+ case EF_ARM_VFP_FLOAT:
+ strcat (buf, ", VFP");
+ break;
+
case EF_ARM_MAVERICK_FLOAT:
strcat (buf, ", Maverick FP");
break;
More information about the Binutils
mailing list