MIPS/BFD: Call `mips_elf32_rtype_to_howto' directly with o32
authorMaciej W. Rozycki <macro@mips.com>
Wed, 28 Mar 2018 20:37:37 +0000 (21:37 +0100)
committerMaciej W. Rozycki <macro@mips.com>
Wed, 28 Mar 2018 20:37:37 +0000 (21:37 +0100)
commit8205a328f8b852086652841dfc2aff4ca0b16d45
tree3129c774fc2bc3416282100e81d0664bf4620ce0
parente04ef02299ad4aae08da857e8535d98e8643a274
MIPS/BFD: Call `mips_elf32_rtype_to_howto' directly with o32

Call `mips_elf32_rtype_to_howto' directly rather than via the
`->elf_backend_mips_rtype_to_howto' method in the o32 backend,
complementing commit 861fb55ab50a ("Defer allocation of R_MIPS_REL32 GOT
slots"), <https://sourceware.org/ml/binutils/2008-08/msg00096.html>, and
reverting the change to `mips_info_to_howto_rel' originally made with
commit 0a44bf6950b3 ("mips-vxworks support"),
<https://sourceware.org/ml/binutils/2006-03/msg00179.html>.

With `mips_vxworks_rtype_to_howto' gone there is a single backend method
used across all o32 targets, so there in no need for the indirection and
the associated extra cost.  This also makes the o32 backend consistent
with the n32 and n64 backends.

bfd/
* elf32-mips.c (mips_info_to_howto_rel): Call
`mips_elf32_rtype_to_howto' directly rather than via
`->elf_backend_mips_rtype_to_howto'.
bfd/ChangeLog
bfd/elf32-mips.c
This page took 0.025409 seconds and 4 git commands to generate.