PowerPC64 --plt-align
authorAlan Modra <amodra@gmail.com>
Mon, 24 Nov 2014 02:11:33 +0000 (12:41 +1030)
committerAlan Modra <amodra@gmail.com>
Mon, 24 Nov 2014 02:26:59 +0000 (12:56 +1030)
commite05fa0bad203f7236cfe374181e1bd72ccbcaa35
treeb3b4df2711cbd31ef2d8f596f40ec56f6f80b18d
parent1ae92035c29475c97a0795e3f93f068f8e612f25
PowerPC64 --plt-align

Alignment of plt stubs was broken, firstly because the option was
being dropped due to the alignment value not being set in the "params"
struct used in elf64-ppc.c, and secondly due to not calculating the
number of alignment boundary crossings correctly.

bfd/
* elf64-ppc.c (plt_stub_pad): Correct.
ld/
* ld.texinfo: Correct --plt-align documentation.
* emultempl/ppc64elf.em (plt_stub_align): Delete.  Use and set
params.plt_stub_align instead.
bfd/ChangeLog
bfd/elf64-ppc.c
ld/ChangeLog
ld/emultempl/ppc64elf.em
ld/ld.texinfo
This page took 0.024614 seconds and 4 git commands to generate.