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-lts-defconfig in repository toolchain/ci/binutils-gdb.
from 72aea32839 x86: refine when to trigger optimizations adds 40c75bc8b0 Fix compile time warnings about comparisons always being false. adds 301a9420d9 Add support for debuginfod to the binutils (disable by defau [...] adds ade4fd9ba4 Update Traditional Chinese translation for the binutils sub- [...] adds abb78b78c4 oops - toplevel changelog entry for previous delta. adds bce58db4fb Fix the cast used to prevent compile time warning about an a [...] adds b899eb3bb8 Fix an illegal memory access triggered when trying to examin [...] adds ffebb0bbde Fix an attempt to free a static pointer when using objcopy's [...] adds 57d7500265 Fix memory leak of the demangled symbol name adds 3061113bf3 Fix indentation in print_thread_info_1 adds 5f23a08201 Don't define _FORTIFY_SOURCE on MinGW adds 3be966f69d gdb/testsuite: Fix race condition in gdb.base/skip.exp adds 63ffd7c913 gdb/testsuite/tui: Always dump_screen when asked adds b40aa28fb5 gdb/testsuite/tui: Split enter_tui into two procs adds 3804da7e07 gdb/testsuite/tui: Introduce check_box_contents adds b2efe70cf3 gdb/tui: Fix 'layout asm' before the inferior has started adds 9ae6bf640d gdb: Fix scrolling in TUI adds f5a7c406b1 gdb/tui: Link source and assembler scrolling .... again adds 60318db6c5 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: ChangeLog | 7 + bfd/ChangeLog | 6 + bfd/bfd.c | 16 +- bfd/version.h | 2 +- binutils/ChangeLog | 37 +++ binutils/Makefile.am | 6 +- binutils/Makefile.in | 9 +- binutils/NEWS | 9 + binutils/config.in | 3 + binutils/configure | 184 ++++++++--- binutils/configure.ac | 3 + binutils/doc/Makefile.in | 5 +- binutils/doc/binutils.texi | 18 ++ binutils/dwarf.c | 110 ++++++- binutils/dwarf.h | 4 + binutils/objcopy.c | 15 +- binutils/objdump.c | 27 ++ binutils/po/zh_TW.po | 340 +-------------------- binutils/readelf.c | 132 ++++++++ binutils/testsuite/binutils-all/linkdebug.s | 17 +- config/debuginfod.m4 | 38 +++ configure | 139 ++++++++- configure.ac | 4 + gas/ChangeLog | 9 + gas/config/tc-z80.c | 181 +++++------ gdb/ChangeLog | 30 ++ gdb/gdbsupport/common-defs.h | 8 +- gdb/symtab.c | 22 +- gdb/testsuite/ChangeLog | 34 +++ gdb/testsuite/gdb.base/skip.exp | 9 +- gdb/testsuite/gdb.tui/basic.exp | 40 +++ .../gdb.tui/{resize.exp => tui-layout-asm.exp} | 20 +- gdb/testsuite/lib/tuiterm.exp | 67 +++- gdb/thread.c | 130 ++++---- gdb/tui/tui-source.c | 27 +- gdb/tui/tui.c | 10 +- opcodes/ChangeLog | 11 + opcodes/z80-dis.c | 14 +- 38 files changed, 1125 insertions(+), 618 deletions(-) create mode 100644 config/debuginfod.m4 copy gdb/testsuite/gdb.tui/{resize.exp => tui-layout-asm.exp} (70%)