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-stable-allnoconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 71780f455f ubsan: alpha-coff: signed integer overflow adds 8948cc6971 ubsan: spu: left shift of negative value adds 441af85bd9 ubsan: m10300: shift exponent -4 adds 7f578b959c ubsan: tilepro: signed integer overflow adds ec4181f289 HPUX gas testsuite fixes new 8cd0e5e931 AArch64: Revert setting of elf class in linker stub. new 7f02673206 [PR ld/22269] arm: Avoid dynamic relocs for undefweak symbol [...]
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 | 22 ++++ bfd/bfd.c | 16 ++- bfd/coff-alpha.c | 2 +- bfd/elf32-arm.c | 6 +- bfd/elfnn-aarch64.c | 4 - bfd/version.h | 2 +- binutils/ChangeLog | 8 ++ binutils/objcopy.c | 15 ++- gas/ChangeLog | 5 + gas/testsuite/gas/elf/pr14891.s | 4 +- gas/testsuite/gas/elf/pr21661.d | 1 + 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 +- include/ChangeLog | 9 ++ include/opcode/spu.h | 37 +++--- opcodes/ChangeLog | 16 +++ opcodes/m10200-dis.c | 24 ++-- opcodes/m10300-dis.c | 24 ++-- opcodes/tilegx-opc.c | 9 +- opcodes/tilepro-opc.c | 7 +- opcodes/z80-dis.c | 2 +- 30 files changed, 414 insertions(+), 196 deletions(-) copy gdb/testsuite/gdb.tui/{resize.exp => tui-layout-asm.exp} (70%)