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_ubsan in repository toolchain/ci/binutils-gdb.
from 73a7911e8e Fix Ada catchpoint regression adds b318629fe7 gnulib: update to bd11400942d6 adds 03ada39ea5 gdb: remove type_wanted parameter from a few functions adds 95929abb49 gdb/debuginfod: Whitespace-only URL should disable debuginfod adds 5335b0439c [gdb/testsuite] Fix gdb.cp/align.exp with gcc 12.1 / 11.3 adds 79b6c88404 Automatic date update in version.in adds a56c63f78e gdb: fix failures in gdb.mi/mi-exec-run.exp with native-exte [...] adds 11039eff71 gdb/testsuite: fix mi-exec-run.exp with native-extended-gdbs [...] adds 43cef57a74 gdb/testsuite: change mi_gdb_start to take a list of flags adds 3cd25174b8 gdb/testsuite: small cleanup in mi-break-qualified.exp adds 4bb461e42c objdump: fix styled printing of addresses adds 46465574a9 Fix potential arithmetic overflow in the linker's plugin han [...] adds ba951afb99 Add a linker warning when creating potentially dangerous exe [...] adds 1f9d9e321c gdb: add some additional thread status debug output adds f4138e8f48 Fix gdb.threads/access-mem-running-thread-exit.exp w/ native [...] adds 7f8acedeeb gdbserver: track current process as well as current thread
No new revisions were added by this update.
Summary of changes: bfd/elf.c | 23 +++ bfd/elflink.c | 2 +- bfd/version.h | 2 +- binutils/objdump.c | 9 +- binutils/testsuite/lib/binutils-common.exp | 2 + gdb/breakpoint.c | 26 ++- gdb/breakpoint.h | 3 +- gdb/debuginfod-support.c | 7 +- gdb/infcmd.c | 19 +- gdb/infrun.c | 3 + gdb/infrun.h | 26 +++ gdb/testsuite/boards/native-extended-gdbserver.exp | 2 +- gdb/testsuite/gdb.cp/align.exp | 25 +-- .../gdb.debuginfod/fetch_src_and_symbols.exp | 17 +- gdb/testsuite/gdb.mi/mi-break-qualified.exp | 2 +- gdb/testsuite/gdb.mi/mi-exec-run.exp | 21 ++- .../gdb.threads/access-mem-running-thread-exit.exp | 30 +++- gdb/testsuite/lib/mi-support.exp | 24 ++- gdbserver/gdbthread.h | 1 + gdbserver/inferiors.cc | 26 ++- gdbserver/server.cc | 4 +- gdbserver/target.cc | 44 ++++- gdbserver/target.h | 15 +- gnulib/config.in | 4 + gnulib/configure | 4 +- gnulib/import/glob.c | 3 +- gnulib/import/m4/glob.m4 | 6 +- gnulib/import/m4/gnulib-common.m4 | 6 +- gnulib/import/stdlib.in.h | 4 + gnulib/import/string.in.h | 4 +- gnulib/import/verify.h | 3 + gnulib/update-gnulib.sh | 2 +- include/bfdlink.h | 19 +- ld/ChangeLog | 6 + ld/NEWS | 24 ++- ld/aclocal.m4 | 193 ++++++++++----------- ld/config.in | 12 ++ ld/configure | 75 +++++++- ld/configure.ac | 52 ++++++ ld/emultempl/elf.em | 3 + ld/ld.texi | 16 ++ ld/ldlex.h | 5 +- ld/lexsup.c | 31 ++++ ld/libdep_plugin.c | 6 +- ld/testsuite/ld-elf/changelma.d | 2 +- ld/testsuite/ld-elf/elf.exp | 50 +++++- ld/testsuite/ld-elf/flags1.d | 2 +- ld/testsuite/ld-elf/maxpage5.d | 2 +- ld/testsuite/ld-elf/note-2.d | 2 +- ld/testsuite/ld-elf/rwx-segments-1.l | 1 + ld/testsuite/ld-elf/rwx-segments-2.l | 1 + ld/testsuite/ld-elf/{size-2.t => rwx-segments-2.t} | 2 +- 52 files changed, 661 insertions(+), 212 deletions(-) create mode 100644 ld/testsuite/ld-elf/rwx-segments-1.l create mode 100644 ld/testsuite/ld-elf/rwx-segments-2.l copy ld/testsuite/ld-elf/{size-2.t => rwx-segments-2.t} (92%)