This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from 8d748d1dc5 PR26907, segment contains empty SHT_NOBITS section adds b413232211 GDB: Fix detection of ELF support when configuring with -Wer [...] adds b214250c1e Automatic date update in version.in adds 8ca751ee63 gold: Get linkonce/comdate sections for debugging sections adds 568cbddc71 gold: Convert x86-64 GOTPCRELX only if addend == -4
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 5 + gdb/acinclude.m4 | 1 + gdb/configure | 2 + gold/ChangeLog | 45 ++++++++ gold/object.cc | 10 +- gold/testsuite/Makefile.am | 41 +++++++- gold/testsuite/Makefile.in | 49 ++++++++- gold/testsuite/pr26936.sh | 55 ++++++++++ {ld/testsuite/ld-elf => gold/testsuite}/pr26936a.s | 0 .../ld-elf/pr26936c.s => gold/testsuite/pr26936b.s | 5 + {ld/testsuite/ld-elf => gold/testsuite}/pr26936c.s | 0 .../ld-elf/pr26936c.s => gold/testsuite/pr26936d.s | 0 gold/testsuite/x86_64_mov_to_lea.sh | 2 + .../{x86_64_mov_to_lea4.s => x86_64_mov_to_lea5.s} | 2 +- gold/x86_64.cc | 117 ++++++++++++--------- 16 files changed, 275 insertions(+), 61 deletions(-) create mode 100755 gold/testsuite/pr26936.sh copy {ld/testsuite/ld-elf => gold/testsuite}/pr26936a.s (100%) copy ld/testsuite/ld-elf/pr26936c.s => gold/testsuite/pr26936b.s (77%) copy {ld/testsuite/ld-elf => gold/testsuite}/pr26936c.s (100%) copy ld/testsuite/ld-elf/pr26936c.s => gold/testsuite/pr26936d.s (100%) copy gold/testsuite/{x86_64_mov_to_lea4.s => x86_64_mov_to_lea5.s} (82%)