This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O2 in repository toolchain/ci/binutils-gdb.
from 31b15688c4 Import libiberty from gcc adds 169692ce6c Fix "gdb --write" with core files adds 28c5801a94 Do not double-read minimal symbols for PE COFF adds f1025b233f Put corefile-run.core into test subdirectory adds 0e90c44162 Constify target_pid_to_exec_file adds 4eab18b566 Remove windows_process_info::id adds fcab58390f Implement pid_to_exec_file for Windows in gdbserver adds 5400535a70 Remove unused field cooked_index::m_start adds 0b99131d48 Automatic date update in version.in adds 6d8b70895c Automatic date update in version.in adds b7ff32f191 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/elf.c | 9 +- bfd/version.h | 2 +- gdb/coffread.c | 132 ++++++++++++--------- gdb/darwin-nat.c | 2 +- gdb/darwin-nat.h | 2 +- gdb/dwarf2/cooked-index.h | 5 - gdb/exec.c | 2 +- gdb/fbsd-nat.c | 2 +- gdb/fbsd-nat.h | 2 +- gdb/inf-child.c | 2 +- gdb/inf-child.h | 2 +- gdb/linux-nat.c | 2 +- gdb/linux-nat.h | 2 +- gdb/nat/linux-procfs.c | 2 +- gdb/nat/linux-procfs.h | 2 +- gdb/nat/windows-nat.c | 93 +++++++++++++++ gdb/nat/windows-nat.h | 15 ++- gdb/netbsd-nat.c | 4 +- gdb/netbsd-nat.h | 2 +- gdb/nto-procfs.c | 4 +- gdb/procfs.c | 4 +- gdb/remote.c | 4 +- gdb/target-delegates.c | 14 +-- gdb/target.c | 2 +- gdb/target.h | 4 +- gdb/testsuite/gdb.base/{gdb1555-main.c => patch.c} | 9 +- gdb/testsuite/gdb.base/patch.exp | 107 +++++++++++++++++ gdb/testsuite/gdb.tui/corefile-run.exp | 2 +- gdb/windows-nat.c | 92 +------------- gdbserver/win32-low.cc | 17 ++- gdbserver/win32-low.h | 5 + 31 files changed, 346 insertions(+), 202 deletions(-) copy gdb/testsuite/gdb.base/{gdb1555-main.c => patch.c} (81%) create mode 100644 gdb/testsuite/gdb.base/patch.exp