diff options
author | Alan Modra <amodra@gmail.com> | 2018-03-14 22:09:33 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-03-14 22:20:11 +1030 |
commit | 7dda8d3cf3b089bb7e03c4cdbec827fc6a188c88 (patch) | |
tree | bb8a493a0728547a8f7707933106dca3f1c3debb /COPYING3.LIB | |
parent | 9e223787a474c672c5f1cfd4574857241ae4eafa (diff) | |
download | gdb-7dda8d3cf3b089bb7e03c4cdbec827fc6a188c88.zip gdb-7dda8d3cf3b089bb7e03c4cdbec827fc6a188c88.tar.gz gdb-7dda8d3cf3b089bb7e03c4cdbec827fc6a188c88.tar.bz2 |
PowerPC64 debian bug 886264, out-of-line save/restore functions
This calculation in relocate_section
if (stub_entry->stub_type == ppc_stub_save_res)
relocation += (stub_sec->output_offset
+ stub_sec->output_section->vma
+ stub_sec->size - htab->sfpr->size
- htab->sfpr->output_offset
- htab->sfpr->output_section->vma);
to adjust from the original out-of-line save/restore function address
in sfpr to a copy at the end of stub_sec goes wrong when stub_sec is
padded, because the copy is no longer at the end of stub_sec. The
solution is to pad before copying sfpr, so the copy is always at the
end of stub_sec.
* elf64-ppc.c (sfpr_define): Adjust for stub_sec size having
sfpr size added before defining alias symbols.
(ppc64_elf_build_stubs): Add stub section padding before
copying sfpr contents and defining save/restore alias symbols.
Diffstat (limited to 'COPYING3.LIB')
0 files changed, 0 insertions, 0 deletions