[PATCH 02/14] bfd: drop BFD_RELOC_VPE4KMATH_*

Jan Beulich jbeulich@suse.com
Fri Nov 28 11:29:35 GMT 2025


These relocation types are entirely unused.

--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -5699,10 +5699,6 @@ enum bfd_reloc_code_real
   /* Scenix IP2K - 7-bit sp or dp offset.  */
   BFD_RELOC_IP2K_FR_OFFSET,
 
-  /* Scenix VPE4K coprocessor - data/insn-space addressing.  */
-  BFD_RELOC_VPE4KMATH_DATA,
-  BFD_RELOC_VPE4KMATH_INSN,
-
   /* These two relocations are used by the linker to determine which of
      the entries in a C++ virtual function table are actually used.  When
      the --gc-sections option is given, the linker will zero out the
--- a/bfd/libbfd.h
+++ b/bfd/libbfd.h
@@ -2581,8 +2581,6 @@ static const char *const bfd_reloc_code_
   "BFD_RELOC_IP2K_PC_SKIP",
   "BFD_RELOC_IP2K_TEXT",
   "BFD_RELOC_IP2K_FR_OFFSET",
-  "BFD_RELOC_VPE4KMATH_DATA",
-  "BFD_RELOC_VPE4KMATH_INSN",
   "BFD_RELOC_VTABLE_INHERIT",
   "BFD_RELOC_VTABLE_ENTRY",
   "BFD_RELOC_IA64_IMM14",
--- a/bfd/reloc.c
+++ b/bfd/reloc.c
@@ -5430,12 +5430,6 @@ ENUM
   BFD_RELOC_IP2K_FR_OFFSET
 ENUMDOC
   Scenix IP2K - 7-bit sp or dp offset.
-ENUM
-  BFD_RELOC_VPE4KMATH_DATA
-ENUMX
-  BFD_RELOC_VPE4KMATH_INSN
-ENUMDOC
-  Scenix VPE4K coprocessor - data/insn-space addressing.
 
 ENUM
   BFD_RELOC_VTABLE_INHERIT



More information about the Binutils mailing list