This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_27-branch in repository binutils-gdb.
from 8e1e248 PowerPC64 toc optimisation for power9 new cd54b50 PR gold/20529 - relaxing loop never ends. new 2ec4b4a [GOLD] correct grouping of stubs new d817edc [GOLD] Add debug output for powerpc section grouping new b118e4f [GOLD] Further tidy to powerpc can_add_to_stub_group new 93ac3bd Fix internal error when relaxing branches to STT_SECTION symbols. new f9aa8e5 [GOLD] PowerPC stub debug new 983d1db [GOLD] powerpc64le-linux fails to link large Linux kernel new 386391c [GOLD] PowerPC --stub-group-multi new f9b2409 [GOLD] fix typo in --stub-group-multi help new 4790d4b [GOLD] Don't assert in powerpc stub_table new cb4630a [GOLD] powerpc.cc tidies new 5e03947 [GOLD] Set sh_info of .rela.plt for powerpc new 1e90125 [GOLD] Add --secure-plt option for ppc32 new d9783d7 Refactor Sized_relobj_file::do_relocate_sections. new 931ad3d [GOLD] PowerPC64 TOC indirect to TOC relative code editing new c8dbc58 Gold: Fix build with GCC 4.2 new d29655b [GOLD] PowerPC64 TOC indirect to TOC relative segfault new d72ca87 PowerPC ld segfault on script discarding dynamic sections
The 18 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/ChangeLog | 7 + bfd/elf32-ppc.c | 15 +- bfd/elf64-ppc.c | 6 +- gold/ChangeLog | 131 ++++++++ gold/aarch64.cc | 8 +- gold/arm.cc | 8 +- gold/debug.h | 8 +- gold/object.h | 7 + gold/options.h | 12 +- gold/powerpc.cc | 922 +++++++++++++++++++++++++++++++++++++++++++++----------- gold/reloc.cc | 73 ++++- 11 files changed, 1005 insertions(+), 192 deletions(-)