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-arm-next-allmodconfig in repository toolchain/ci/binutils-gdb.
from 3df8c6afdd gdb: fix potentially uninitialised variable adds ed5e05a2cf Automatic date update in version.in adds 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 adds 632ee6fd82 x86: Do not dump DS/CS segment overrides for branch hints new 96fb90861a Don't delete the locator win info new 9f1212394f Fix Value.format_string docu for static members argument
The 2 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 | 6 ++ bfd/elf.c | 3 +- bfd/version.h | 2 +- gas/ChangeLog | 9 ++ gas/testsuite/gas/i386/branch.d | 12 +++ gas/testsuite/gas/i386/branch.s | 4 + gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/ilp32/x86-64-branch.d | 2 + gas/testsuite/gas/i386/x86-64-branch.d | 2 + gas/testsuite/gas/i386/x86-64-branch.s | 4 + gdb/ChangeLog | 11 ++ gdb/acinclude.m4 | 1 + gdb/configure | 2 + gdb/doc/ChangeLog | 5 + gdb/doc/python.texi | 2 +- gdb/tui/tui-layout.c | 4 +- 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 gold/testsuite/pr26936b.s | 11 ++ {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 + gold/testsuite/x86_64_mov_to_lea5.s | 12 +++ gold/x86_64.cc | 117 ++++++++++++--------- ld/ChangeLog | 6 ++ ld/testsuite/ld-elf/pr26907.d | 9 ++ ld/testsuite/ld-elf/pr26907.ld | 7 ++ ld/testsuite/ld-elf/pr26907.s | 9 ++ opcodes/ChangeLog | 5 + opcodes/i386-dis.c | 13 ++- 34 files changed, 396 insertions(+), 65 deletions(-) create mode 100644 gas/testsuite/gas/i386/branch.d create mode 100644 gas/testsuite/gas/i386/branch.s create mode 100755 gold/testsuite/pr26936.sh copy {ld/testsuite/ld-elf => gold/testsuite}/pr26936a.s (100%) create mode 100644 gold/testsuite/pr26936b.s copy {ld/testsuite/ld-elf => gold/testsuite}/pr26936c.s (100%) copy ld/testsuite/ld-elf/pr26936c.s => gold/testsuite/pr26936d.s (100%) create mode 100644 gold/testsuite/x86_64_mov_to_lea5.s create mode 100644 ld/testsuite/ld-elf/pr26907.d create mode 100644 ld/testsuite/ld-elf/pr26907.ld create mode 100644 ld/testsuite/ld-elf/pr26907.s