]> git.ipfire.org Git - thirdparty/elfutils.git/commit
backends/riscv: Remove unused relocations
authorAndreas Schwab <schwab@suse.de>
Wed, 31 Jul 2024 13:03:35 +0000 (15:03 +0200)
committerAaron Merey <amerey@redhat.com>
Wed, 7 Aug 2024 13:47:49 +0000 (09:47 -0400)
commit46c5c98ee7ce2108f51ca8ecb0e81d55797c8470
tree185f2dcc42d774a372bb15ae9919331ef98786dd
parentee46d94a6fa5b6c13d494b3d6d6bd52f6a8a5d17
backends/riscv: Remove unused relocations

None of these relocations were ever part of any object file.  The
GNU_VTINHERIT and GNU_VTINHERIT relocations were part of the obsolete
--gc-sections support which was never implemented for RISC-V.  The other
relocations are only used internally by libbfd during the relaxation pass
and eliminated before writing the object file.

* riscv_reloc.def: Remove GNU_VTINHERIT, GNU_VTENTRY, RVC_LUI,
GPREL_I, GPREL_S, TPREL_I, TPREL_S.
backends/riscv_reloc.def