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-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 3df505f60e TUI resize unification adds 6eac171f06 [gdb] Make maint info sections print relocated addresses adds 3339426357 Automatic date update in version.in adds d8f9e51c36 Fix paste-o in examine-backward.exp. adds 63f6e94fb3 Aligned vs. unaligned ppc32 relocs adds 7df6aecc97 PowerPC gcc bootstrap fail with bss-plt adds 0b8b76098f PR24909, Uninitialized use on stack in readelf adds fdfc8cf7f0 [ld] [arm] Add support for noinit section adds aa7ca1bb44 Move [PAC] into a new MI field addr_flags adds b4c555cfc4 Fix detection of missing plugin for LTO objects. adds d4ab829a24 Remove m_has_locator adds 2d83e710a1 Remove separate visibility flag adds 20149b6b20 Remove "noerror" parameter from some TUI functions adds ed8358e949 Change tui_update_source_window_as_is to be a method adds 017f982820 Change tui_update_source_window to be a method adds 2ddaf61443 Change tui_update_breakpoint_info to be a method adds 81c82c4b90 Introduce tui_source_window_base::set_contents method adds bb01dbfc04 Change tui_show_symtab_source to be a method adds e699d33164 Remove useless assignment from tui_remove_hooks new 398fdd6086 Remove the TUI execution info window
The 1 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 | 11 ++ bfd/elf32-ppc.c | 8 ++ bfd/elflink.c | 3 +- bfd/linker.c | 24 ++--- bfd/version.h | 2 +- binutils/ChangeLog | 6 ++ binutils/readelf.c | 9 +- gdb/ChangeLog | 153 ++++++++++++++++++++++++++++ gdb/NEWS | 7 ++ gdb/aarch64-tdep.c | 13 +++ gdb/arch-utils.c | 8 ++ gdb/arch-utils.h | 4 + gdb/doc/ChangeLog | 6 ++ gdb/doc/gdb.texinfo | 18 +++- gdb/gdbarch.c | 23 +++++ gdb/gdbarch.h | 6 ++ gdb/gdbarch.sh | 3 + gdb/maint.c | 39 +++---- gdb/stack.c | 29 ++++-- gdb/testsuite/ChangeLog | 11 ++ gdb/testsuite/gdb.base/examine-backward.exp | 2 +- gdb/testsuite/gdb.tui/basic.exp | 8 +- gdb/testsuite/gdb.tui/empty.exp | 12 +-- gdb/testsuite/lib/tuiterm.exp | 7 ++ gdb/tui/tui-data.c | 6 +- gdb/tui/tui-data.h | 8 +- gdb/tui/tui-disasm.c | 35 +++---- gdb/tui/tui-disasm.h | 7 +- gdb/tui/tui-hooks.c | 1 - gdb/tui/tui-layout.c | 7 -- gdb/tui/tui-regs.c | 9 +- gdb/tui/tui-source.c | 67 +++++------- gdb/tui/tui-source.h | 16 +-- gdb/tui/tui-win.c | 14 +-- gdb/tui/tui-wingeneral.c | 8 +- gdb/tui/tui-winsource.c | 119 +++++++--------------- gdb/tui/tui-winsource.h | 56 ++++------ gdb/tui/tui.c | 2 +- gdb/tui/tui.h | 1 - gold/ChangeLog | 8 ++ gold/object.cc | 6 +- ld/ChangeLog | 11 ++ ld/emulparams/armelf.sh | 14 ++- ld/emultempl/ppc32elf.em | 7 +- 44 files changed, 527 insertions(+), 287 deletions(-)