diff options
author | Alan Modra <amodra@gmail.com> | 2011-09-06 07:41:24 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2011-09-06 07:41:24 +0000 |
commit | b140b0101b2641e96c39ce022cd79fe7db3b7322 (patch) | |
tree | 9c02099b4953c90aad38cc95d485ecdda03ff5ca /bfd/ChangeLog | |
parent | 79610daafd58cda25d75451b60cb07353a98d1e7 (diff) | |
download | gdb-b140b0101b2641e96c39ce022cd79fe7db3b7322.zip gdb-b140b0101b2641e96c39ce022cd79fe7db3b7322.tar.gz gdb-b140b0101b2641e96c39ce022cd79fe7db3b7322.tar.bz2 |
PR ld/13131
* elf64-ppc.c (adjust_toc_syms): Delete redundant code.
(ppc64_elf_edit_toc): Fix style nit. Report some details
on linker failure due to reference in debug or non-alloc
sections to optimized away toc entry, and don't abort.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7f97fa4..0052fe5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2011-09-06 Alan Modra <amodra@gmail.com> + + PR ld/13131 + * elf64-ppc.c (adjust_toc_syms): Delete redundant code. + (ppc64_elf_edit_toc): Fix style nit. Report some details + on linker failure due to reference in debug or non-alloc + sections to optimized away toc entry, and don't abort. + 2011-09-01 Christophe Lyon <christophe.lyon@st.com> * elf32-arm.c (elf32_arm_output_arch_local_syms): Skip excluded |