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-allnoconfig in repository toolchain/ci/binutils-gdb.
from 41a77cbaad gdb: make gdbarch.sh write gdbarch.{c,h} directly adds 72393fd103 RISC-V: Gas inserts cfa relocs in wrong section. adds ddb9ebd500 Automatic date update in version.in adds 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 new 42cf184456 [gdb/testsuite] Add comment in exec_is_pie new 92651b1d91 gdb: Move construct_inferior_arguments to gdbsupport new c699004a29 gdbsupport: Adapt construct_inferior_arguments new 8c4b5f3d98 gdbsupport: Let construct_inferior_arguments take gdb::array [...] new b69ca137ac gdbserver: Don't add extra NULL to program args new ace6b9195e nto_process_target::create_inferior: Pass args as char ** new bea571ebd7 Use construct_inferior_arguments which handles special chars new 7dbfcd6f79 gdbsupport: Drop now unused function 'stringify_argv' new 75d0451240 gdb/testsuite: support passing inferior arguments with nativ [...] new 6cf66e763a gdb/testsuite: add inferior arguments test new 462f72c552 gdb/testsuite: add simavr.exp board new 1218a4bf49 gdb: make avr_integer_to_address generate code or data addre [...]
The 12 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 | 14 +++ gas/config/tc-csky.c | 2 +- gas/config/tc-microblaze.c | 2 +- gas/config/tc-riscv.c | 13 +- gas/config/tc-sh.c | 2 +- gdb/ChangeLog | 27 +++++ gdb/NEWS | 11 -- gdb/avr-tdep.c | 5 +- gdb/cli/cli-style.c | 42 ------- gdb/cli/cli-style.h | 9 -- gdb/completer.c | 57 ++------- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 20 --- gdb/infcmd.c | 134 +-------------------- gdb/inferior.h | 2 - gdb/testsuite/ChangeLog | 49 ++++++++ gdb/testsuite/boards/{fission.exp => gold.exp} | 19 +-- 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 + ...xpand-symbols-header-file.c => inferior-args.c} | 8 +- gdb/testsuite/gdb.base/inferior-args.exp | 124 +++++++++++++++++++ gdb/testsuite/gdb.base/style.exp | 14 --- gdb/testsuite/lib/gdb-utils.exp | 2 - 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 - 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 +++-- 77 files changed, 683 insertions(+), 425 deletions(-) copy gdb/testsuite/boards/{fission.exp => gold.exp} (62%) create mode 100644 gdb/testsuite/boards/simavr.exp copy gdb/testsuite/gdb.base/{maint-expand-symbols-header-file.c => inferior-args.c} (88%) create mode 100644 gdb/testsuite/gdb.base/inferior-args.exp