arm: binutils: drop Maverick support.

Remove the decoding of the Maverick flag from readelf.
This commit is contained in:
Richard Earnshaw
2024-04-29 13:34:20 +01:00
parent 58bd8d56c7
commit e06a561b73

View File

@@ -3583,10 +3583,6 @@ decode_ARM_machine_flags (char *out, unsigned e_flags)
out = stpcpy (out, ", VFP");
break;
case EF_ARM_MAVERICK_FLOAT:
out = stpcpy (out, ", Maverick FP");
break;
default:
unknown = true;
break;