diff options
author | Alan Modra <amodra@gmail.com> | 2010-06-25 03:46:04 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-06-25 03:46:04 +0000 |
commit | 854b41e7c1e636b0ef937a86b452969022bc6073 (patch) | |
tree | 3ca44789acfd42381b4f538f8fe86d5bcb8d287e /bfd/ChangeLog | |
parent | 8a75a161b2c2b23f87f986e186c18dc5e267753f (diff) | |
download | gdb-854b41e7c1e636b0ef937a86b452969022bc6073.zip gdb-854b41e7c1e636b0ef937a86b452969022bc6073.tar.gz gdb-854b41e7c1e636b0ef937a86b452969022bc6073.tar.bz2 |
* elf64-ppc.c (is_static_defined): New function.
(get_tls_mask, ppc_type_of_stub): Use it here.
(ppc64_elf_edit_opd): Ensure we only attempt to edit ppc64 input.
(ppc64_elf_tls_setup): Typo fix.
(adjust_toc_syms): Correctly handle symbols defined past the end
of the toc. Move syms on removed entries to next entry rather
than to start of toc.
(ppc64_elf_edit_toc): Likewise. Ensure we only attempt to
edit ppc64 input. Allocate one extra word in skip array.
Honour info->keep_memory when reading relocs if we can.
Adjust toc relocs after adjusting symbols.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 41b6cb9..f1365e55 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +2010-06-25 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (is_static_defined): New function. + (get_tls_mask, ppc_type_of_stub): Use it here. + (ppc64_elf_edit_opd): Ensure we only attempt to edit ppc64 input. + (ppc64_elf_tls_setup): Typo fix. + (adjust_toc_syms): Correctly handle symbols defined past the end + of the toc. Move syms on removed entries to next entry rather + than to start of toc. + (ppc64_elf_edit_toc): Likewise. Ensure we only attempt to + edit ppc64 input. Allocate one extra word in skip array. + Honour info->keep_memory when reading relocs if we can. + Adjust toc relocs after adjusting symbols. + 2010-06-23 Nathan Sidwell <nathan@codesourcery.com> * archive64.c (bfd_elf64_archive_write_armap): Fix buffer overrun @@ -559,7 +573,7 @@ * pe-x86_64.c (TARGET_UNDERSCORE): Set value dependent to USE_MINGW64_LEADING_UNDERSCORES. - * pei-x86_64.c (TARGET_UNDERSCORE): Likewise. + * pei-x86_64.c (TARGET_UNDERSCORE): Likewise. * config.bfd: Change underscoring default for x64 mingw to false. * coffcode.h (coff_write_relocs): Add check that dereferenced |