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-allyesconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 398fdd6086 Remove the TUI execution info window adds 81e8046dc0 x86-64: Move PIC check for PC-relative relocations back adds 34dafe9f39 [gdb/testsuite] Fix compare-sections.exp with -fPIE/-pie adds 98ac8787e9 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 14 +++ bfd/elf64-x86-64.c | 149 +++++++++++++--------------- bfd/elflink.c | 3 +- bfd/linker.c | 24 ++--- bfd/version.h | 2 +- binutils/ChangeLog | 6 ++ binutils/readelf.c | 9 +- gdb/ChangeLog | 148 +++++++++++++++++++++++++++ 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/stack.c | 29 ++++-- gdb/testsuite/ChangeLog | 11 ++ gdb/testsuite/gdb.base/compare-sections.exp | 11 +- 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 | 14 +++ ld/emulparams/armelf.sh | 14 ++- ld/testsuite/ld-x86-64/pr24905-x32.d | 8 ++ ld/testsuite/ld-x86-64/pr24905.d | 7 ++ ld/testsuite/ld-x86-64/pr24905.s | 6 ++ ld/testsuite/ld-x86-64/pr24905.t | 1 + ld/testsuite/ld-x86-64/x86-64.exp | 2 + 47 files changed, 595 insertions(+), 348 deletions(-) create mode 100644 ld/testsuite/ld-x86-64/pr24905-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr24905.d create mode 100644 ld/testsuite/ld-x86-64/pr24905.s create mode 100644 ld/testsuite/ld-x86-64/pr24905.t