diff options
author | Alan Modra <amodra@gmail.com> | 2010-01-27 12:44:07 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-01-27 12:44:07 +0000 |
commit | bf102f86b1adeb95ed022cb756b2617f674ea94f (patch) | |
tree | caea4b8a321a20c40bbc666612525a3503d29382 /bfd/ChangeLog | |
parent | 4c7dcb841c251467b6460009bcf90ae52149a035 (diff) | |
download | gdb-bf102f86b1adeb95ed022cb756b2617f674ea94f.zip gdb-bf102f86b1adeb95ed022cb756b2617f674ea94f.tar.gz gdb-bf102f86b1adeb95ed022cb756b2617f674ea94f.tar.bz2 |
PR ld/11217
* elf64-ppc.c (struct ppc_link_hash_table): Add toc_bfd, toc_first_sec.
(ppc64_elf_setup_section_lists): Init them.
(ppc64_elf_next_toc_section): Don't partition multi-toc between .got
and .toc on the same input file.
(ppc64_elf_relocate_section): Correct GOT entry offset.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d882c17..f8b2e68 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2010-01-27 Alan Modra <amodra@gmail.com> + + PR ld/11217 + * elf64-ppc.c (struct ppc_link_hash_table): Add toc_bfd, toc_first_sec. + (ppc64_elf_setup_section_lists): Init them. + (ppc64_elf_next_toc_section): Don't partition multi-toc between .got + and .toc on the same input file. + (ppc64_elf_relocate_section): Correct GOT entry offset. + 2010-01-26 Tristan Gingold <gingold@adacore.com> * targets.c (BFD_JUMP_TABLE_ARCHIVE): Add initializer for write_ar_hdr. |