* elf32-m32r.c (m32r_elf_generic_reloc): new function. All
commita3ff34be8d0a665b49019090aed516c78f456906
authorDoug Evans <dje@sebabeach.org>
Thu, 30 Mar 2000 22:16:39 +0000 (30 22:16 +0000)
committerDoug Evans <dje@sebabeach.org>
Thu, 30 Mar 2000 22:16:39 +0000 (30 22:16 +0000)
tree8f928773b963c8692c2983e311de8bc639a208f3
parentd0260ff30496e40fb063dd6851cdb3c230e87c45
* 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