]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
bfd: drop BFD_RELOC_I370_D12
authorJan Beulich <jbeulich@suse.com>
Fri, 5 Dec 2025 09:17:19 +0000 (10:17 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 5 Dec 2025 09:17:19 +0000 (10:17 +0100)
i370 support is long gone from binutils, and this relocation is entirely
unused.

bfd/bfd-in2.h
bfd/libbfd.h
bfd/reloc.c

index 6c05c21a0da395113df69c9a988673d7b4a3e03d..d718b1f1d0cf3c167b228d53d18fa75e9418fe72 100644 (file)
@@ -4108,9 +4108,6 @@ enum bfd_reloc_code_real
   BFD_RELOC_PPC64_GOT_DTPREL_PCREL34,
   BFD_RELOC_PPC64_TLS_PCREL,
 
-  /* IBM 370/390 relocations.  */
-  BFD_RELOC_I370_D12,
-
   /* The type of reloc used to build a constructor table - at the moment
      probably a 32 bit wide absolute relocation, but the target can choose.
      It generally does map to one of the other relocation types.  */
index 2ae9b368c97c95c1667b04e1edf78df8c1c9d1b9..4b18e4c58dbbb2a6ada5b0086d04250c3a7560ec 100644 (file)
@@ -1671,7 +1671,6 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@",
   "BFD_RELOC_PPC64_GOT_TPREL_PCREL34",
   "BFD_RELOC_PPC64_GOT_DTPREL_PCREL34",
   "BFD_RELOC_PPC64_TLS_PCREL",
-  "BFD_RELOC_I370_D12",
   "BFD_RELOC_CTOR",
   "BFD_RELOC_ARM_PCREL_BRANCH",
   "BFD_RELOC_ARM_PCREL_BLX",
index 68a8929413b42feafc7bc23182cb2870d89c5036..66ebe215ad1d920ef0b2d0668df175a8c6025321 100644 (file)
@@ -2885,11 +2885,6 @@ ENUMX
 ENUMDOC
   PowerPC and PowerPC64 thread-local storage relocations.
 
-ENUM
-  BFD_RELOC_I370_D12
-ENUMDOC
-  IBM 370/390 relocations.
-
 ENUM
   BFD_RELOC_CTOR
 ENUMDOC