This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-master-arm-spec2k6-O3_LTO in repository toolchain/ci/binutils-gdb.
from 6f3fe02b0b PowerPC: downgrade FP mismatch error for shared libraries to [...] adds 7c13f4e875 gdb: Restore old annotations behaviour when printing frame info adds 9392ebb3bb Remove obsolete declaration adds 5e33d5f4e1 gdb: add type::num_fields / type::set_num_fields adds 1f704f761b gdb: remove TYPE_NFIELDS macro adds 3cabb6b069 gdb: add type::fields / type::set_fields adds 80fc5e77f0 gdb: remove TYPE_FIELDS macro adds a3d674e022 Automatic date update in version.in adds 3f3c36087e ar many_files test adds c892b44730 Fix potential segfault adds 51e2cfa2dc Use safe-ctype.h (ISSPACE etc.) in symbol parsing & comparison adds eca1f90cf4 Add completion styling adds 26f1625454 Document the GDB 9.2 release in gdb/ChangeLog adds ceacbf6edf gdb: remove TYPE_FIELD macro adds 4636b7db71 Automatic date update in version.in adds 309cae1f7b ld: Add -Bsymbolic-functions tests adds 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 | 9 + bfd/bfdio.c | 5 +- bfd/plugin.c | 3 +- bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/testsuite/binutils-all/ar.exp | 56 ++++++ 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 | 144 ++++++++++++++++ gdb/aarch64-tdep.c | 8 +- gdb/ada-exp.y | 2 +- gdb/ada-lang.c | 146 ++++++++-------- gdb/ada-typeprint.c | 18 +- gdb/ada-valprint.c | 46 ++--- gdb/ada-varobj.c | 4 +- gdb/amd64-tdep.c | 10 +- gdb/annotate.c | 19 ++- gdb/annotate.h | 16 +- gdb/arm-tdep.c | 8 +- gdb/avr-tdep.c | 5 +- gdb/ax-gdb.c | 12 +- gdb/buildsym.c | 9 +- gdb/c-lang.c | 2 +- gdb/c-typeprint.c | 26 +-- gdb/c-varobj.c | 8 +- gdb/cli/cli-cmds.c | 6 + gdb/coffread.c | 40 +++-- gdb/command.h | 2 +- gdb/compile/compile-c-symbols.c | 4 +- gdb/compile/compile-c-types.c | 10 +- gdb/compile/compile-cplus-types.c | 10 +- gdb/compile/compile-object-load.c | 8 +- gdb/compile/compile-object-load.h | 1 - gdb/compile/compile-object-run.c | 10 +- gdb/completer.c | 2 +- gdb/cp-valprint.c | 12 +- gdb/ctfread.c | 14 +- gdb/d-valprint.c | 2 +- gdb/doc/ChangeLog | 10 ++ gdb/dwarf2/read.c | 103 +++++------ gdb/eval.c | 17 +- gdb/f-typeprint.c | 4 +- gdb/f-valprint.c | 2 +- gdb/gdbarch.c | 12 +- gdb/gdbarch.h | 12 +- gdb/gdbarch.sh | 39 +---- gdb/gdbtypes.c | 190 +++++++++++---------- gdb/gdbtypes.h | 60 +++++-- gdb/gnu-v2-abi.c | 2 +- gdb/gnu-v3-abi.c | 16 +- gdb/go-lang.c | 4 +- gdb/guile/scm-type.c | 16 +- gdb/i386-darwin-tdep.c | 2 +- gdb/i386-tdep.c | 6 +- gdb/i386-windows-tdep.c | 2 +- gdb/ia64-tdep.c | 4 +- gdb/infcall.c | 8 +- gdb/infcmd.c | 134 +-------------- gdb/inferior.h | 2 - gdb/iq2000-tdep.c | 4 +- gdb/language.c | 5 +- gdb/language.h | 10 +- gdb/m2-typeprint.c | 16 +- gdb/m2-valprint.c | 4 +- gdb/m32c-tdep.c | 2 +- gdb/m68k-tdep.c | 2 +- gdb/mdebugread.c | 28 +-- gdb/mips-tdep.c | 36 ++-- gdb/mn10300-tdep.c | 4 +- gdb/nds32-tdep.c | 4 +- gdb/or1k-tdep.c | 2 +- gdb/p-lang.c | 4 +- gdb/p-typeprint.c | 12 +- gdb/p-valprint.c | 10 +- gdb/ppc-sysv-tdep.c | 8 +- gdb/python/py-type.c | 10 +- gdb/riscv-tdep.c | 8 +- gdb/rust-exp.y | 2 +- gdb/rust-lang.c | 64 +++---- gdb/rx-tdep.c | 4 +- gdb/s390-tdep.c | 8 +- gdb/score-tdep.c | 2 +- gdb/sh-tdep.c | 10 +- gdb/source.c | 2 +- gdb/sparc64-tdep.c | 8 +- gdb/stabsread.c | 41 ++--- gdb/stack.c | 23 ++- gdb/symtab.c | 19 ++- gdb/symtab.h | 5 +- gdb/testsuite/ChangeLog | 89 ++++++++++ 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/annota1.exp | 4 +- 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.cp/annota2.exp | 9 +- gdb/testsuite/gdb.cp/annota3.exp | 2 +- gdb/testsuite/lib/gdb.exp | 63 ++++--- gdb/testsuite/lib/jit-elf-helpers.exp | 2 +- gdb/tic6x-tdep.c | 2 +- gdb/typeprint.c | 4 +- gdb/utils.c | 47 ++--- gdb/v850-tdep.c | 8 +- gdb/valops.c | 32 ++-- gdb/valprint.c | 47 ++--- gdb/windows-tdep.c | 8 +- gdbserver/ChangeLog | 27 +++ 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 - .../{common-inferior.cc => gdb-safe-ctype.h} | 36 +++- include/ChangeLog | 4 + include/elf/common.h | 5 +- ld/ChangeLog | 63 +++++++ ld/lexsup.c | 37 ++-- ld/testsuite/ld-elf/dl4e.out | 6 + 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-elf/shared.exp | 12 +- ld/testsuite/ld-elfvers/vers.exp | 2 +- ld/testsuite/ld-elfvsb/elfvsb.exp | 3 + ld/testsuite/ld-i386/i386.exp | 19 ++- 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/pr26018.d | 16 ++ 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/pr26018.d | 15 ++ ld/testsuite/ld-x86-64/pr26018.s | 7 + ld/testsuite/ld-x86-64/x86-64.exp | 30 ++-- opcodes/ChangeLog | 6 + opcodes/s390-opc.txt | 19 +-- 197 files changed, 2071 insertions(+), 1133 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 copy gdbsupport/{common-inferior.cc => gdb-safe-ctype.h} (52%) create mode 100644 ld/testsuite/ld-elf/dl4e.out create mode 100644 ld/testsuite/ld-i386/pr26018.d create mode 100644 ld/testsuite/ld-x86-64/pr26018.d create mode 100644 ld/testsuite/ld-x86-64/pr26018.s