This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from bb68f22c8e ld: Handle --dynamic-list* before -Bsymbolic -Bsymbolic-functions adds e08bd6c508 Don't remove C++ aliases from completions if symbol doesn't match adds 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 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 adds 9fcc34577e tc-cr16.c: Use memmove to concatenate 2 overlapping strings adds c6412eeea9 gas: Silence GCC 10 warning on tc-mcore.c adds 40d22035a7 [gdb/testsuite] Add test-case gold-gdb-index.exp adds a05e3e2039 tc-score.c: Replace overlapping sprintf with memmove adds 9e7cb4c359 Extend the error message displayed when a plugin fails to load. adds e67e940f5d gas: Silence GCC 10 warning on tc-crx.c adds 70b1b570bf gas: Silence GCC 10 warning on tc-v850.c adds c4612b92e3 gas: Silence GCC 10 warning tc-vax.c adds 8bbc5da5ee gas: Silence GCC 10 warning on tc-visium.c adds f687f5f563 S/390: z13: Accept vector alignment hints adds e3fed0f2fe tc-xgate.c: Replace R_XGATE_PCREL_X with BFD_RELOC_XGATE_PCREL_X adds 57b179405a ChangeLog entries for f687f5f563 adds 0db49895f3 Use = instead of == for better portability adds 0bc2354b81 Fix bugs in 'val and 'pos with range types adds 53a47a3e49 Handle indexing Ada arrays with enum indices adds e98d2e6da4 Ensure class_tui is listed in the output of "help" giving th [...] adds 3c73074034 gas: Adjust x86 tests for PECOFF adds 368584aa8c ld: Skip some x86 ifunc tests for lynxos and nto adds dbac035ca0 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 5 + bfd/plugin.c | 3 +- bfd/version.h | 2 +- gas/ChangeLog | 83 +++++++++++++ gas/config/tc-cr16.c | 7 +- gas/config/tc-crx.c | 6 +- gas/config/tc-csky.c | 2 +- gas/config/tc-mcore.c | 2 +- gas/config/tc-microblaze.c | 2 +- gas/config/tc-riscv.c | 13 +- gas/config/tc-score.c | 20 +-- gas/config/tc-sh.c | 2 +- gas/config/tc-v850.c | 4 +- gas/config/tc-vax.c | 4 +- gas/config/tc-visium.c | 2 +- gas/config/tc-xgate.c | 8 +- gas/testsuite/gas/i386/align-branch-9.d | 2 +- gas/testsuite/gas/i386/inval-avx512f.l | 3 + gas/testsuite/gas/i386/inval-avx512f.s | 1 + gas/testsuite/gas/s390/zarch-z13.d | 12 +- gas/testsuite/gas/s390/zarch-z13.s | 12 +- gdb/ChangeLog | 66 ++++++++++ gdb/NEWS | 11 -- gdb/ada-lang.c | 37 +++--- gdb/ada-valprint.c | 40 ++---- gdb/avr-tdep.c | 5 +- gdb/cli/cli-cmds.c | 6 + gdb/cli/cli-style.c | 42 ------- gdb/cli/cli-style.h | 9 -- gdb/command.h | 2 +- gdb/completer.c | 57 ++------- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 20 --- gdb/gdbarch.c | 12 +- gdb/gdbarch.h | 12 +- gdb/gdbarch.sh | 39 +----- gdb/gdbtypes.c | 9 ++ gdb/infcmd.c | 134 +-------------------- gdb/inferior.h | 2 - gdb/language.c | 5 +- gdb/language.h | 10 +- gdb/symtab.c | 13 +- gdb/symtab.h | 5 +- gdb/testsuite/ChangeLog | 77 ++++++++++++ gdb/testsuite/Makefile.in | 4 +- 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.ada/arr_acc_idx_w_gap.exp | 7 ++ .../gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads | 6 +- .../arr_acc_idx_w_gap/enum_with_gap_main.adb | 1 + gdb/testsuite/gdb.base/a2-run.exp | 11 +- gdb/testsuite/gdb.base/args.exp | 6 + .../testsuite/gdb.base/gold-gdb-index-2.c | 17 ++- .../testsuite/gdb.base/gold-gdb-index.c | 21 ++-- gdb/testsuite/gdb.base/gold-gdb-index.exp | 48 ++++++++ .../testsuite/gdb.base/gold-gdb-index.h | 21 ++-- .../testsuite/gdb.base/inferior-args.c | 18 +-- 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 +- gdb/valprint.c | 43 ++----- 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 | 47 ++++++++ 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-ifunc/ifunc-23a-x86.d | 1 + ld/testsuite/ld-ifunc/ifunc-24a-x86.d | 1 + ld/testsuite/ld-ifunc/ifunc-25a-x86.d | 1 + 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 +++-- opcodes/ChangeLog | 6 + opcodes/s390-opc.txt | 19 ++- 121 files changed, 1143 insertions(+), 660 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/gold-gdb-index-2.c (68%) copy gdbsupport/common-inferior.cc => gdb/testsuite/gdb.base/gold-gdb-index.c (68%) create mode 100644 gdb/testsuite/gdb.base/gold-gdb-index.exp copy gdbsupport/common-inferior.cc => gdb/testsuite/gdb.base/gold-gdb-index.h (67%) copy gdbsupport/common-inferior.cc => gdb/testsuite/gdb.base/inferior-args.c (68%) create mode 100644 gdb/testsuite/gdb.base/inferior-args.exp