diff options
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index 569c7f2..dcf50e8 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -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; |