mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
arm: binutils: drop Maverick support.
Remove the decoding of the Maverick flag from readelf.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user