[GOLD] powerpc DT_RELACOUNT
authorAlan Modra <amodra@gmail.com>
Thu, 22 Jun 2023 23:18:38 +0000 (08:48 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 23 Jun 2023 11:32:48 +0000 (21:02 +0930)
commit027614abf11de9e79a335df4e1f9a788b7ab0063
tree2a0d577b566f417470da667d65faead53b8f9373
parent0ec2cde4f48fbe19c72d0963101888743015041e
[GOLD] powerpc DT_RELACOUNT

DT_RELACOUNT was calculated incorrectly, and relative relocs not
sorted as they should be to the start of .rela.dyn, due to adding one
particular class of dynamic reloc using the wrong "add" method.

* powerpc.cc (Target_powerpc::Scan::global): Add relative
dyn relocs for ADDR64 and similar using add_global_relative.
gold/powerpc.cc