[02/14] bfd: drop BFD_RELOC_VPE4KMATH_*

Message ID b2055277-1626-4df4-a404-925e11101cd1@suse.com
State New
Headers
Series bfd: a little bit of reloc enum cleanup |

Commit Message

Jan Beulich Nov. 28, 2025, 11:29 a.m. UTC
  These relocation types are entirely unused.
  

Patch

--- 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