]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/elf32-m32r.c
* elf32-m32r.c (m32r_elf_generic_reloc): new function. All
authorDoug Evans <dje@google.com>
Thu, 30 Mar 2000 22:16:39 +0000 (22:16 +0000)
committerDoug Evans <dje@google.com>
Thu, 30 Mar 2000 22:16:39 +0000 (22:16 +0000)
commit8b125cdefa39212dd7bc90ce8378832bce7a9351
tree9e8493b7e9354d3aee5b0422c7e9d7038ebece68
parentafb2cbbd2125fcd1dcd96db07e9f520f263c1fe5
* elf32-m32r.c (m32r_elf_generic_reloc): new function.  All
HOWTO references to bfd_elf_generic_reloc, that have
partial_inplace == true, now use the new function.  The function
is based on the recent rewrite of m32r_elf_lo16_reloc(), and
extends its fixes to the R_M32R_{16,24,32} relocs.
The new logic in m32r_elf_lo16_reloc() has been removed, and
it instead calls the new routine to obtain that functionality.
bfd/ChangeLog
bfd/elf32-m32r.c