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/gnu-master-arm-spec2k6-O3 in repository toolchain/ci/binutils-gdb.
from d27aad4ec3 gas: Fix internal error on long local labels adds 174981ae1f gdb: rename regcache::current_regcache to regcache::regcaches adds 159ed7d93f gdb: move regcache::regcaches to regcache.c adds 939bf1224d Automatic date update in version.in adds 4b48e6d46d MSP430: sim: Increase main memory region size adds 7bb178ecf8 as: Ignore rest of line on overflow error adds d2854d8d5a Add code for processing version 5 DWP files (for use with DW [...] adds b161a60d1f gdb: pass target to thread_ptid_changed observable adds 888bdb2b74 gdb: change regcache list to be a map adds 3d4470e5d4 Call add_active_thread after pushing the ravenscar target adds e95465793d Avoid crash in ravenscar_thread_target::wait adds 550ab58d6e Return event_ptid from ravenscar_thread_target::wait adds a8ac85bb7d Handle case where Ada task is current but not listed adds d5d833afcf Change names given to Ravenscar threads adds 78c02f21ad Use gdb::function_view in iterate_over_live_ada_tasks adds 2080266b77 Wrap xfer_partial and enable_btrace for Ravenscar adds e09eef98a6 Update Ravenscar documentation adds 39e2018a4e Fix Ravenscar "process" resume adds 592f9bd76a Fetch registers from correct thread in ravenscar-thread.c adds 0e29517d97 Set inferior_ptid in ravenscar_thread_target::update_thread_list adds a52b3ae2b1 Fix remaining Ravenscar regressions adds fe4c3d430b gdb: fix whitespace issues in ChangeLog adds d844f10ac2 bpf: fix false overflow in eBPF ELF backend linker adds aebda2fbcb bpf: add missing tests from previous commits adds bc853409cc Automatic date update in version.in adds 38f8aa06d9 [gdb/build] Fix missing implicit constructor call with gcc 4.8 adds 0770687e1e Automatic date update in version.in adds 041d9819fb gdb: replace function pointer with `void *` data with function_view adds 40f3419a81 Automatic date update in version.in adds 9b0ac51b22 nm: Remove --with-symbol-versions adds 86c0f617ac Error on lmw, lswi and related PowerPC insns when LE adds 5fbec329ec Prioritise mtfprd and mtvrd over mtvsrd in PowerPC disassembly adds 8b2742a156 Implement missing powerpc extended mnemonics adds 3eb651743e Implement missing powerpc mtspr and mfspr extended insns adds cc308722fb [AArch64] Fix incorrectly-defined SVE macro adds f8e3fe0d27 [AArch64] Improve prologue handling (and fix PR26310) adds f7cb161ea6 [aarch64] GAS doesn't validate the architecture version for [...] adds b3f8962bdb [sim] Fix mbuild build breaker in sim-cpu.c adds ccd9fae5d5 Improve the documentation of the linker's --relax option. adds 9546e03d55 Remove spurious text in changelog entry adds fa63795f40 aarch64: Don't assert on long sysreg names adds 0110183789 Automatic date update in version.in adds 1796a2a150 [gdb/build] Mark ms1 as deleted in MAINTAINERS adds 08770ec259 PowerPC CELL cctp* adds 8989de8220 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 5 + bfd/elf64-bpf.c | 9 +- bfd/version.h | 2 +- binutils/ChangeLog | 11 + binutils/doc/binutils.texi | 10 +- binutils/nm.c | 26 +- gas/ChangeLog | 53 + gas/config/tc-aarch64.c | 59 +- gas/config/tc-ppc.c | 9 + gas/read.c | 5 +- gas/testsuite/gas/aarch64/illegal-sysreg-5.d | 3 + gas/testsuite/gas/aarch64/illegal-sysreg-5.l | 2 + gas/testsuite/gas/aarch64/invalid-sysreg-assert.d | 3 + gas/testsuite/gas/aarch64/invalid-sysreg-assert.l | 2 + gas/testsuite/gas/aarch64/invalid-sysreg-assert.s | 2 + gas/testsuite/gas/aarch64/sysreg-5.s | 1 + gas/testsuite/gas/ppc/476.d | 970 +++++++++--------- gas/testsuite/gas/ppc/476.s | 6 - gas/testsuite/gas/ppc/a2.d | 1138 ++++++++++----------- gas/testsuite/gas/ppc/a2.s | 8 - gas/testsuite/gas/ppc/be.d | 17 + gas/testsuite/gas/ppc/be.s | 10 + gas/testsuite/gas/ppc/le_error.d | 3 + gas/testsuite/gas/ppc/le_error.l | 9 + gas/testsuite/gas/ppc/power8.d | 292 +++--- gas/testsuite/gas/ppc/power8.s | 2 + gas/testsuite/gas/ppc/power9.d | 4 + gas/testsuite/gas/ppc/power9.s | 4 + gas/testsuite/gas/ppc/ppc.exp | 2 + gas/testsuite/gas/ppc/vsx2.d | 110 +- gdb/ChangeLog | 229 ++++- gdb/MAINTAINERS | 3 +- gdb/aarch64-tdep.c | 139 +++ gdb/ada-lang.h | 5 +- gdb/ada-tasks.c | 2 +- gdb/arch/riscv.c | 5 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 28 + gdb/dwarf2/index-write.c | 1 + gdb/dwarf2/loc.c | 46 +- gdb/dwarf2/read.c | 493 +++++++-- gdb/dwarf2/read.h | 8 +- gdb/infrun.c | 78 +- gdb/nat/aarch64-sve-linux-sigcontext.h | 2 +- gdb/observable.h | 6 +- gdb/ravenscar-thread.c | 256 +++-- gdb/record-btrace.c | 1 + gdb/regcache.c | 230 +++-- gdb/regcache.h | 9 +- gdb/sparc64-tdep.c | 2 +- gdb/testsuite/ChangeLog | 2 +- gdb/thread.c | 2 +- gdbsupport/ptid.h | 16 + include/ChangeLog | 11 + include/opcode/aarch64.h | 10 +- ld/ChangeLog | 20 + ld/ld.texi | 14 +- ld/testsuite/ld-bpf/call-3.d | 19 + ld/testsuite/ld-bpf/call-3.s | 12 + ld/testsuite/ld-elf/pr26302.nd | 3 + ld/testsuite/ld-elf/{pr19553.map => pr26302.ver} | 0 ld/testsuite/ld-elf/{pr23162a.c => pr26302a.c} | 0 ld/testsuite/ld-elf/{indirect1c.c => pr26302b.c} | 0 ld/testsuite/ld-elf/shared.exp | 18 + opcodes/ChangeLog | 28 + opcodes/aarch64-opc.c | 198 ++-- opcodes/ppc-opc.c | 195 +++- sim/common/ChangeLog | 4 + sim/common/sim-cpu.c | 2 + sim/msp430/ChangeLog | 5 + sim/msp430/msp430-sim.c | 2 +- 71 files changed, 3184 insertions(+), 1702 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/illegal-sysreg-5.d create mode 100644 gas/testsuite/gas/aarch64/illegal-sysreg-5.l create mode 100644 gas/testsuite/gas/aarch64/invalid-sysreg-assert.d create mode 100644 gas/testsuite/gas/aarch64/invalid-sysreg-assert.l create mode 100644 gas/testsuite/gas/aarch64/invalid-sysreg-assert.s create mode 100644 gas/testsuite/gas/aarch64/sysreg-5.s create mode 100644 gas/testsuite/gas/ppc/be.d create mode 100644 gas/testsuite/gas/ppc/be.s create mode 100644 gas/testsuite/gas/ppc/le_error.d create mode 100644 gas/testsuite/gas/ppc/le_error.l create mode 100644 ld/testsuite/ld-bpf/call-3.d create mode 100644 ld/testsuite/ld-bpf/call-3.s create mode 100644 ld/testsuite/ld-elf/pr26302.nd copy ld/testsuite/ld-elf/{pr19553.map => pr26302.ver} (100%) copy ld/testsuite/ld-elf/{pr23162a.c => pr26302a.c} (100%) copy ld/testsuite/ld-elf/{indirect1c.c => pr26302b.c} (100%)