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-aarch64-next-allmodconfig in repository toolchain/ci/binutils-gdb.
from 0a4f5f8cae Revert "Add completion styling" adds 3c5a0e025b [gdb/testsuite] Add target board gold adds 465e1b0f19 [gdb/testsuite] Fix exec_is_pie with gold linker adds 8f7d38efad [gdb/testsuite] Fix var use in compile_and_download_n_jit_so adds a39d29cda1 gas: Update fr_literal access in frag for GCC 10 adds af2c48d854 ld: Pass -z notext to linker for tests with DT_TEXTREL adds 07e0bb0fb2 ld-x86-64: Pass -z notext to linker for tests with DT_TEXTREL adds 42cf184456 [gdb/testsuite] Add comment in exec_is_pie adds 92651b1d91 gdb: Move construct_inferior_arguments to gdbsupport adds c699004a29 gdbsupport: Adapt construct_inferior_arguments adds 8c4b5f3d98 gdbsupport: Let construct_inferior_arguments take gdb::array [...] adds b69ca137ac gdbserver: Don't add extra NULL to program args adds ace6b9195e nto_process_target::create_inferior: Pass args as char ** adds bea571ebd7 Use construct_inferior_arguments which handles special chars adds 7dbfcd6f79 gdbsupport: Drop now unused function 'stringify_argv' adds 75d0451240 gdb/testsuite: support passing inferior arguments with nativ [...] adds 6cf66e763a gdb/testsuite: add inferior arguments test adds 462f72c552 gdb/testsuite: add simavr.exp board adds 1218a4bf49 gdb: make avr_integer_to_address generate code or data addre [...] adds 043e2e02c0 [gdb/testsuite] Add target board gold-gdb-index adds 68dc60e6a7 ELF: Updated comments for ET_EXEC and ET_DYN adds 6c115e16ca gas: Silence GCC 10 warning on tc-cr16.c adds dcb5d41bef Automatic date update in version.in new 9fcc34577e tc-cr16.c: Use memmove to concatenate 2 overlapping strings new c6412eeea9 gas: Silence GCC 10 warning on tc-mcore.c
The 2 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/version.h | 2 +- gas/ChangeLog | 23 ++++ gas/config/tc-cr16.c | 7 +- gas/config/tc-csky.c | 2 +- gas/config/tc-mcore.c | 2 +- gas/config/tc-microblaze.c | 2 +- gas/config/tc-sh.c | 2 +- gdb/ChangeLog | 12 ++ gdb/avr-tdep.c | 5 +- gdb/infcmd.c | 134 +-------------------- gdb/inferior.h | 2 - gdb/testsuite/ChangeLog | 48 ++++++++ gdb/testsuite/boards/gold-gdb-index.exp | 45 +++++++ .../boards/{native-gdbserver.exp => gold.exp} | 31 ++--- gdb/testsuite/boards/native-extended-gdbserver.exp | 2 +- gdb/testsuite/boards/native-gdbserver.exp | 3 - gdb/testsuite/boards/simavr.exp | 95 +++++++++++++++ gdb/testsuite/boards/stdio-gdbserver-base.exp | 2 +- gdb/testsuite/config/gdbserver.exp | 12 +- gdb/testsuite/gdb.base/a2-run.exp | 11 +- gdb/testsuite/gdb.base/args.exp | 6 + .../testsuite/gdb.base/inferior-args.c | 18 +-- gdb/testsuite/gdb.base/inferior-args.exp | 124 +++++++++++++++++++ gdb/testsuite/lib/gdb.exp | 63 +++++++--- gdb/testsuite/lib/jit-elf-helpers.exp | 2 +- gdbserver/ChangeLog | 23 ++++ gdbserver/linux-low.cc | 2 +- gdbserver/lynx-low.cc | 2 +- gdbserver/nto-low.cc | 3 +- gdbserver/server.cc | 4 +- gdbserver/win32-low.cc | 2 +- gdbsupport/ChangeLog | 22 ++++ gdbsupport/common-inferior.cc | 99 +++++++++++++++ gdbsupport/common-inferior.h | 7 ++ gdbsupport/common-utils.cc | 23 ---- gdbsupport/common-utils.h | 4 - include/ChangeLog | 4 + include/elf/common.h | 5 +- ld/ChangeLog | 41 +++++++ ld/testsuite/ld-elf/eh6.d | 2 +- ld/testsuite/ld-elf/ehdr_start-shared.d | 2 +- ld/testsuite/ld-elf/pr19539.d | 2 +- ld/testsuite/ld-elfvers/vers.exp | 2 +- ld/testsuite/ld-elfvsb/elfvsb.exp | 3 + ld/testsuite/ld-i386/i386.exp | 18 +-- ld/testsuite/ld-i386/nogot1.d | 2 +- ld/testsuite/ld-i386/pr19539.d | 2 +- ld/testsuite/ld-i386/pr19636-2a.d | 2 +- ld/testsuite/ld-i386/pr19636-2b.d | 2 +- ld/testsuite/ld-i386/pr19636-2c.d | 2 +- ld/testsuite/ld-i386/pr19636-2d.d | 2 +- ld/testsuite/ld-i386/pr19636-2e.d | 2 +- ld/testsuite/ld-i386/pr19636-3d.d | 2 +- ld/testsuite/ld-i386/pr19636-3e.d | 2 +- ld/testsuite/ld-i386/pr19939b.d | 2 +- ld/testsuite/ld-i386/undefweaka.d | 2 +- ld/testsuite/ld-i386/undefweakb.d | 2 +- ld/testsuite/ld-shared/shared.exp | 3 + ld/testsuite/ld-size/size.exp | 6 +- ld/testsuite/ld-unique/unique.exp | 2 +- ld/testsuite/ld-x86-64/pie1.d | 2 +- ld/testsuite/ld-x86-64/pr19539a.d | 2 +- ld/testsuite/ld-x86-64/pr19539b.d | 2 +- ld/testsuite/ld-x86-64/pr19636-1d.d | 2 +- ld/testsuite/ld-x86-64/pr19636-1e.d | 2 +- ld/testsuite/ld-x86-64/pr19807-1a.d | 2 +- ld/testsuite/ld-x86-64/pr19807-1b.d | 2 +- ld/testsuite/ld-x86-64/pr19807-2b.d | 2 +- ld/testsuite/ld-x86-64/pr19807-2c.d | 2 +- ld/testsuite/ld-x86-64/pr19807-2d.d | 2 +- ld/testsuite/ld-x86-64/pr19807-2e.d | 2 +- ld/testsuite/ld-x86-64/pr19939b.d | 2 +- ld/testsuite/ld-x86-64/x86-64.exp | 29 +++-- 73 files changed, 723 insertions(+), 290 deletions(-) create mode 100644 gdb/testsuite/boards/gold-gdb-index.exp copy gdb/testsuite/boards/{native-gdbserver.exp => gold.exp} (55%) create mode 100644 gdb/testsuite/boards/simavr.exp copy gdbsupport/common-inferior.cc => gdb/testsuite/gdb.base/inferior-args.c (68%) create mode 100644 gdb/testsuite/gdb.base/inferior-args.exp