[3/6] arm: binutils: drop Maverick support.

Message ID 20240502114502.1230545-4-rearnsha@arm.com
State Committed
Headers
Series arm: Remove support for the Cirrus Maverick co-processor |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-arm success Testing passed
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 success Testing passed
linaro-tcwg-bot/tcwg_binutils_check--master-aarch64 success Testing passed
linaro-tcwg-bot/tcwg_binutils_check--master-arm success Testing passed

Commit Message

Richard Earnshaw May 2, 2024, 11:44 a.m. UTC
  Remove the decoding of the Maverick flag from readelf.
---
 binutils/readelf.c | 4 ----
 1 file changed, 4 deletions(-)
  

Patch

diff --git a/binutils/readelf.c b/binutils/readelf.c
index f8305b4715b..bb3dde017e7 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;