[binutils-gdb] bfd: drop BFD_RELOC_VPE4KMATH_*

Jan Beulich jbeulich@sourceware.org
Fri Dec 5 09:21:20 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2c356e2d6df9a735c05870ad5a1f699a3f9293cf

commit 2c356e2d6df9a735c05870ad5a1f699a3f9293cf
Author: Jan Beulich <jbeulich@suse.com>
Date:   Fri Dec 5 10:17:51 2025 +0100

    bfd: drop BFD_RELOC_VPE4KMATH_*
    
    These relocation types are entirely unused.

Diff:
---
 bfd/bfd-in2.h | 4 ----
 bfd/libbfd.h  | 2 --
 bfd/reloc.c   | 6 ------
 3 files changed, 12 deletions(-)

diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index d718b1f1d0c..1d2e2c380a4 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -5689,10 +5689,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
diff --git a/bfd/libbfd.h b/bfd/libbfd.h
index 4b18e4c58db..f349e342766 100644
--- a/bfd/libbfd.h
+++ b/bfd/libbfd.h
@@ -2581,8 +2581,6 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@",
   "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",
diff --git a/bfd/reloc.c b/bfd/reloc.c
index 66ebe215ad1..a44b99596a8 100644
--- 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-cvs mailing list