This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-aarch64 in repository toolchain/ci/gdb.
from 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 new 169692ce6c Fix "gdb --write" with core files
The 1 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 +- bfd/version.h | 2 +- gdb/alloc.c | 11 +-- 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 +++ 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 +- 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 +- 48 files changed, 319 insertions(+), 191 deletions(-) copy gdb/testsuite/gdb.base/{gdb1555-main.c => patch.c} (81%) create mode 100644 gdb/testsuite/gdb.base/patch.exp