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-arm-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from 63aa0ac0fd sim: move ChangeLog entries into the correct files adds c6d47bff77 ld: Pass -fno-lto to non LTO tests adds 1bd57575dc Fix gdb.base/corefile2.exp regression when running Docker/AUFS adds 6faad766e7 ld: Skip bootstrap tests for -fprofile-generate= adds bec0b9f6f2 gold: Skip bootstrap-test/bootstrap-test-r for LTO build adds 5feaa09bec aarch64: Define CSRE system registers adds 6278c6a663 [PATCH][GAS][AArch64] Define BRBE system registers adds 557fc25720 Fix gdb.base/msym*.exp failures adds 4a63681493 gdb/dwarf: fix reading subprogram with DW_AT_specification ( [...] adds 5fb4027fae [gdb/symtab] Make find_block_in_blockvector more robust adds 24f5300a53 gdb: make target_ops::make_corefile_notes return a unique ptr adds 4b4bb603fd gdb: remove unused macros from target-debug.h adds 6b9d0dfda4 Don't create _Complex type name if there is no target type name adds 1a97fe8cf5 Remove gdb_assert for TYPE_CODE_METHOD in stabs reader adds a948551942 Automatic date update in version.in adds b01175fc46 gdb: Merge auto and unknown language implementations adds 790e2a1248 gdb: move Modula2 language class into a header file adds d3b67c56fa gdb: remove LA_PRINT_TYPEDEF macro adds 00c696a6e2 gdb: remove LA_VALUE_PRINT macro adds e74b39ded0 gdb: remove LA_PRINT_ARRAY_INDEX macro adds 4b2f86ef2a gdb: remove LA_ITERATE_OVER_SYMBOLS macro adds 5399db93c5 gdb: Rename language_defn::demangle adds 88cefd9be0 gdb: Improve documentation comment on language_defn::print_type adds 1a0ea39913 gdb: move f_language class into a header file adds 8747316ecf ada-typeprint.c::ada_print_type: Remove redundant call to ad [...] new 9476b583cb [gdb/testsuite] Use $srcfile in DW_AT_name for CU
The 1 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/NEWS | 4 +- gas/testsuite/gas/aarch64/brbe-invalid.d | 3 + gas/testsuite/gas/aarch64/brbe-invalid.l | 98 +++++ gas/testsuite/gas/aarch64/brbe-invalid.s | 99 +++++ gas/testsuite/gas/aarch64/brbe.d | 113 ++++++ gas/testsuite/gas/aarch64/brbe.s | 109 ++++++ gas/testsuite/gas/aarch64/csre-invalid.d | 3 + gas/testsuite/gas/aarch64/csre-invalid.l | 5 + gas/testsuite/gas/aarch64/csre-invalid.s | 6 + gas/testsuite/gas/aarch64/csre.d | 29 ++ gas/testsuite/gas/aarch64/csre.s | 25 ++ gdb/ChangeLog | 198 ++++++++++ gdb/ada-lang.c | 4 +- gdb/ada-typeprint.c | 3 - gdb/block.c | 2 + gdb/c-lang.c | 2 +- gdb/corelow.c | 14 +- gdb/d-lang.c | 2 +- gdb/dwarf2/read.c | 22 +- gdb/exec.c | 4 +- gdb/f-exp.y | 2 +- gdb/f-lang.c | 320 ++++------------ gdb/f-lang.h | 272 +++++++++++++- gdb/f-typeprint.c | 82 ++--- gdb/f-valprint.c | 5 +- gdb/gcore.c | 2 +- gdb/gdbtypes.c | 2 +- gdb/go-lang.c | 2 +- gdb/language.c | 221 ++++------- gdb/language.h | 25 +- gdb/linespec.c | 2 +- gdb/m2-exp.y | 2 +- gdb/m2-lang.c | 402 ++++++++------------- gdb/m2-lang.h | 130 ++++++- gdb/m2-typeprint.c | 4 +- gdb/m2-valprint.c | 11 +- gdb/objc-lang.c | 2 +- gdb/parse.c | 1 - gdb/procfs.c | 88 ++--- gdb/rust-lang.c | 2 +- gdb/stabsread.c | 3 - gdb/target-debug.h | 18 +- gdb/target-delegates.c | 14 +- gdb/target.c | 6 +- gdb/target.h | 2 +- gdb/testsuite/ChangeLog | 34 ++ gdb/testsuite/gdb.base/msym-bp-shl.exp | 6 +- gdb/testsuite/gdb.base/msym-bp.exp | 4 +- gdb/testsuite/gdb.dwarf2/ada-linkage-name.exp | 2 +- gdb/testsuite/gdb.dwarf2/atomic-type.exp | 4 +- gdb/testsuite/gdb.dwarf2/bad-regnum.exp | 4 +- gdb/testsuite/gdb.dwarf2/cpp-linkage-name.exp | 4 +- gdb/testsuite/gdb.dwarf2/dw2-align.exp | 2 +- gdb/testsuite/gdb.dwarf2/dw2-bad-elf.exp | 6 +- .../gdb.dwarf2/dw2-bad-mips-linkage-name.exp | 4 +- gdb/testsuite/gdb.dwarf2/dw2-bad-unresolved.exp | 4 +- .../gdb.dwarf2/dw2-namespaceless-anonymous.exp | 2 +- gdb/testsuite/gdb.dwarf2/dw2-opt-structptr.exp | 3 +- .../gdb.dwarf2/dw2-unusual-field-names.exp | 2 +- gdb/testsuite/gdb.dwarf2/enum-type.exp | 4 +- .../gdb.dwarf2/frame-inlined-in-outer-frame.exp | 4 +- .../gdb.dwarf2/info-locals-optimized-out.exp | 4 +- gdb/testsuite/gdb.dwarf2/main-subprogram.exp | 4 +- gdb/testsuite/gdb.dwarf2/missing-type-name.exp | 4 +- gdb/testsuite/gdb.dwarf2/nonvar-access.exp | 4 +- .../template-specification-full-name.exp | 77 ++++ gdb/testsuite/gdb.dwarf2/typedef-void-finish.exp | 4 +- gdb/testsuite/gdb.dwarf2/var-access.exp | 4 +- gdb/testsuite/gdb.dwarf2/void-type.exp | 4 +- gdb/typeprint.c | 2 +- gdb/valprint.c | 6 +- gold/ChangeLog | 5 + gold/Makefile.am | 16 +- gold/Makefile.in | 15 +- ld/ChangeLog | 23 ++ ld/testsuite/config/default.exp | 24 ++ ld/testsuite/ld-bootstrap/bootstrap.exp | 8 +- ld/testsuite/ld-elfcomm/elfcomm.exp | 6 +- ld/testsuite/ld-elfvers/vers.exp | 11 +- ld/testsuite/ld-elfvsb/elfvsb.exp | 19 +- ld/testsuite/ld-gc/gc.exp | 2 +- ld/testsuite/ld-plugin/lto.exp | 16 - ld/testsuite/ld-plugin/plugin.exp | 2 +- ld/testsuite/ld-scripts/crossref.exp | 8 +- ld/testsuite/ld-selective/selective.exp | 4 +- ld/testsuite/ld-srec/srec.exp | 9 +- ld/testsuite/ld-undefined/undefined.exp | 2 +- ld/testsuite/lib/ld-lib.exp | 5 + opcodes/aarch64-opc.c | 119 ++++++ 90 files changed, 1908 insertions(+), 955 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/brbe-invalid.d create mode 100644 gas/testsuite/gas/aarch64/brbe-invalid.l create mode 100644 gas/testsuite/gas/aarch64/brbe-invalid.s create mode 100644 gas/testsuite/gas/aarch64/brbe.d create mode 100644 gas/testsuite/gas/aarch64/brbe.s create mode 100644 gas/testsuite/gas/aarch64/csre-invalid.d create mode 100644 gas/testsuite/gas/aarch64/csre-invalid.l create mode 100644 gas/testsuite/gas/aarch64/csre-invalid.s create mode 100644 gas/testsuite/gas/aarch64/csre.d create mode 100644 gas/testsuite/gas/aarch64/csre.s create mode 100644 gdb/testsuite/gdb.dwarf2/template-specification-full-name.exp