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-lts-allnoconfig in repository toolchain/ci/binutils-gdb.
from 5e39ef33fd cgen: increase buffer for hash_insn_list adds de51bd9106 [gdb/testsuite] Fix gdb.dwarf2/dw2-out-of-range-end-of-seq.e [...] adds 59eb8e236c [gdb/tdep] Improve gdb/syscalls/update-linux.sh adds d1fb8316b0 Make gdb.ada/float-bits.exp more generic adds 73a5cb257a gdb: Workaround stringop-overread warning in debuginfod-supp [...] adds 678dc756a5 Fix an illegal memory access when creating DLLs. adds c8a9e88bf6 [gdb/testsuite] Fix gdb.cp/break-f-std-string.cc with older gcc adds 903f7818e7 gdb: remove use of PTR adds d112ec9673 Automatic date update in version.in adds 845cbaa9ff sim: remove use of PTR adds 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/alloc.c | 11 +- gdb/coffread.c | 132 ++++++----- gdb/darwin-nat.c | 2 +- gdb/darwin-nat.h | 2 +- gdb/debuginfod-support.c | 10 +- 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/syscalls/gen-header.py | 32 --- gdb/syscalls/update-linux.sh | 33 ++- gdb/target-delegates.c | 14 +- gdb/target.c | 2 +- gdb/target.h | 4 +- gdb/testsuite/gdb.ada/float-bits.exp | 87 ++++++-- gdb/testsuite/gdb.base/{gdb1555-main.c => patch.c} | 9 +- gdb/testsuite/gdb.base/patch.exp | 107 +++++++++ gdb/testsuite/gdb.cp/break-f-std-string.cc | 13 ++ .../gdb.dwarf2/dw2-out-of-range-end-of-seq.exp | 14 +- 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 + ld/ChangeLog | 11 + ld/pe-dll.c | 242 ++++++++++----------- 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 +- sim/bfin/interp.c | 4 +- sim/common/callback.c | 2 +- sim/common/cgen-trace.c | 2 +- sim/cris/sim-if.c | 2 +- sim/cris/traps.c | 4 +- sim/frv/traps.c | 4 +- sim/m32c/trace.c | 2 +- sim/m32r/traps.c | 4 +- sim/mips/interp.c | 4 +- sim/ppc/emul_chirp.c | 2 +- sim/ppc/hw_htab.c | 8 +- sim/ppc/hw_init.c | 4 +- sim/rl78/trace.c | 2 +- sim/rx/trace.c | 2 +- 82 files changed, 788 insertions(+), 572 deletions(-) delete mode 100644 gdb/syscalls/gen-header.py copy gdb/testsuite/gdb.base/{gdb1555-main.c => patch.c} (81%) create mode 100644 gdb/testsuite/gdb.base/patch.exp