commit | 027614abf11de9e79a335df4e1f9a788b7ab0063 | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Fri Jun 23 08:48:38 2023 +0930 |
committer | Alan Modra <amodra@gmail.com> | Fri Jun 23 21:02:48 2023 +0930 |
tree | 2a0d577b566f417470da667d65faead53b8f9373 | |
parent | 0ec2cde4f48fbe19c72d0963101888743015041e [diff] |
[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.