From: Jan Beulich Date: Fri, 5 Dec 2025 09:17:51 +0000 (+0100) Subject: bfd: drop BFD_RELOC_VPE4KMATH_* X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c356e2d6df9a735c05870ad5a1f699a3f9293cf;p=thirdparty%2Fbinutils-gdb.git bfd: drop BFD_RELOC_VPE4KMATH_* These relocation types are entirely unused. --- 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