From e06a561b73d7b6dc5a003812ae9a6164f356ced3 Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Mon, 29 Apr 2024 13:34:20 +0100 Subject: arm: binutils: drop Maverick support. Remove the decoding of the Maverick flag from readelf. --- binutils/readelf.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'binutils') diff --git a/binutils/readelf.c b/binutils/readelf.c index f8305b4..bb3dde0 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -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; -- cgit v1.1