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 ca8775833b PR28541, unstable cie offset in the output of readelf adds 707ed39ac5 gdb/testsuite: use gdb_get_line_number adds 8a89ddbda2 Avoid /proc/pid/mem races (PR 28065) adds be77dd73c7 Introduce make_unique_xstrndup adds cf0992fe6f Automatic date update in version.in adds fe7fdfda72 sim: clarify license text via COPYING file new 04d8355ac6 readelf: Make DT_PREINIT_ARRAYSZ's output style match DT_INI [...] new dd207c1302 readelf: Support RELR in -S and -d and output new e8f81980ce ubsan: undefined shift in mach-o.c new 314ec7aeeb Modernise yyerror
The 4 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 | 3 + bfd/mach-o.c | 2 +- bfd/version.h | 2 +- binutils/arparse.y | 5 +- binutils/dlltool.c | 4 +- binutils/dlltool.h | 2 +- binutils/mclex.c | 13 +- binutils/readelf.c | 7 + binutils/sysinfo.y | 7 +- binutils/windmc.h | 2 +- gas/config/bfin-parse.y | 7 +- gas/itbl-parse.y | 5 +- gdb/cli/cli-setshow.c | 7 +- gdb/linux-nat.c | 324 +++++----- gdb/parse.c | 3 +- gdb/testsuite/gdb.cp/templates.cc | 2 +- gdb/testsuite/gdb.cp/templates.exp | 20 +- .../gdb.threads/access-mem-running-thread-exit.exp | 14 +- gdbsupport/gdb_unique_ptr.h | 9 + include/elf/common.h | 4 + ld/deffilep.y | 5 +- sim/{arm => }/COPYING | 0 sim/ppc/COPYING | 674 --------------------- sim/ppc/COPYING.LIB | 481 --------------- 24 files changed, 207 insertions(+), 1395 deletions(-) rename sim/{arm => }/COPYING (100%) delete mode 100644 sim/ppc/COPYING delete mode 100644 sim/ppc/COPYING.LIB