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-allyesconfig in repository toolchain/ci/binutils-gdb.
from 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 adds d367307b93 PR24911, Heap overflow issue in qsort_r, dwarf.c
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 7 ++ bfd/elf64-x86-64.c | 149 +++++++++++++--------------- bfd/version.h | 2 +- binutils/ChangeLog | 5 + binutils/dwarf.c | 4 +- gdb/ChangeLog | 17 ++++ 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-disasm.c | 2 +- gdb/tui/tui-source.c | 2 +- gdb/tui/tui-winsource.c | 41 +------- gdb/tui/tui-winsource.h | 17 ---- gdb/tui/tui.h | 1 - ld/ChangeLog | 9 ++ 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 + 22 files changed, 178 insertions(+), 151 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