This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/binutils-gdb.
from 845cbaa9ff sim: remove use of PTR adds 31b15688c4 Import libiberty from gcc adds 169692ce6c Fix "gdb --write" with core files new 28c5801a94 Do not double-read minimal symbols for PE COFF new f1025b233f Put corefile-run.core into test subdirectory new 0e90c44162 Constify target_pid_to_exec_file new 4eab18b566 Remove windows_process_info::id new fcab58390f Implement pid_to_exec_file for Windows in gdbserver
The 5 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/elf.c | 9 +- gdb/coffread.c | 132 ++++++++++++--------- gdb/darwin-nat.c | 2 +- gdb/darwin-nat.h | 2 +- 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 + include/ansidecl.h | 28 +---- include/floatformat.h | 2 +- include/md5.h | 6 + libiberty/alloca.c | 6 +- libiberty/calloc.c | 8 +- libiberty/hashtab.c | 94 +++++++-------- libiberty/memchr.c | 6 +- libiberty/memcmp.c | 2 +- libiberty/memcpy.c | 4 +- libiberty/memmove.c | 4 +- libiberty/mempcpy.c | 6 +- libiberty/memset.c | 4 +- libiberty/objalloc.c | 22 ++-- libiberty/random.c | 14 +-- libiberty/rust-demangle.c | 21 +++- libiberty/simple-object-elf.c | 10 +- libiberty/spaces.c | 4 +- libiberty/stpcpy.c | 2 +- libiberty/strdup.c | 4 +- libiberty/strerror.c | 4 +- libiberty/strndup.c | 4 +- libiberty/strsignal.c | 4 +- libiberty/testsuite/rust-demangle-expected | 26 ++++ libiberty/vasprintf.c | 2 +- libiberty/vprintf-support.c | 2 +- libiberty/xatexit.c | 2 +- libiberty/xmalloc.c | 14 +-- libiberty/xmemdup.c | 8 +- 57 files changed, 510 insertions(+), 344 deletions(-) copy gdb/testsuite/gdb.base/{gdb1555-main.c => patch.c} (81%) create mode 100644 gdb/testsuite/gdb.base/patch.exp