diff options
author | Alan Modra <amodra@bigpond.net.au> | 2011-02-09 08:16:00 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2011-02-09 08:16:00 +0000 |
commit | 8f19c403ffacbf5b0581f1006781e8f28e8aa6e6 (patch) | |
tree | b02fad5309c6959a446ce51011e7231658853084 /bfd/ChangeLog | |
parent | 649abde2884081bdf0c523267df32b41c3b0e10f (diff) | |
download | binutils-redhat-8f19c403ffacbf5b0581f1006781e8f28e8aa6e6.tar.gz |
* elf64-ppc.c (ppc64_elf_edit_toc): Don't free toc relocs until
we are done. When optimising large toc, check that a global
symbol on a toc reloc is defined in a kept section.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9935a841f5..64e1ccd7c0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2011-02-09 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (ppc64_elf_edit_toc): Don't free toc relocs until + we are done. When optimising large toc, check that a global + symbol on a toc reloc is defined in a kept section. + 2011-02-08 Nick Clifton <nickc@redhat.com> PR binutils/12467 |