]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
BFD: Rename `*_set_reloc' to `*_finalize_section_relocs'
authorMaciej W. Rozycki <macro@orcam.me.uk>
Wed, 14 Jan 2026 22:28:43 +0000 (22:28 +0000)
committerMaciej W. Rozycki <macro@orcam.me.uk>
Wed, 14 Jan 2026 22:28:43 +0000 (22:28 +0000)
commite9499dfeb3af65cadf12bb32db24efdd5adb7427
treef1771bad03929f0f1c8f00f313f86f54162465b6
parentb45e8563ca01f874706fba05688fd683720b7003
BFD: Rename `*_set_reloc' to `*_finalize_section_relocs'

The `*_set_reloc' interface is to be called at the conclusion of section
relocation processing, however its name reflects a particular action to
take rather than the context of invocation.  Implementation is already
backend-specific.

Rename the interface such as not to make its name artificially limit the
intended purpose.  Update the callers and documentation accordingly.  No
functional change.
28 files changed:
bfd/aout-target.h
bfd/bfd-in2.h
bfd/bfd.c
bfd/coff-alpha.c
bfd/coff-mips.c
bfd/coff-rs6000.c
bfd/coff64-rs6000.c
bfd/coffcode.h
bfd/elf64-sparc.c
bfd/elfxx-target.h
bfd/i386msdos.c
bfd/libbfd-in.h
bfd/libbfd.c
bfd/libbfd.h
bfd/mach-o-target.c
bfd/reloc.c
bfd/som.c
bfd/targets.c
bfd/vms-alpha.c
binutils/objcopy.c
binutils/rescoff.c
gas/config/obj-coff.c
gas/config/obj-coff.h
gas/config/obj-macho.c
gas/config/obj-macho.h
gas/doc/internals.texi
gas/write.c
ld/ldlang.c