This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from 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 new 9b0ac51b22 nm: Remove --with-symbol-versions new 86c0f617ac Error on lmw, lswi and related PowerPC insns when LE new 5fbec329ec Prioritise mtfprd and mtvrd over mtvsrd in PowerPC disassembly new 8b2742a156 Implement missing powerpc extended mnemonics new 3eb651743e Implement missing powerpc mtspr and mfspr extended insns new cc308722fb [AArch64] Fix incorrectly-defined SVE macro new f8e3fe0d27 [AArch64] Improve prologue handling (and fix PR26310) new f7cb161ea6 [aarch64] GAS doesn't validate the architecture version for [...] new b3f8962bdb [sim] Fix mbuild build breaker in sim-cpu.c new ccd9fae5d5 Improve the documentation of the linker's --relax option. new 9546e03d55 Remove spurious text in changelog entry new fa63795f40 aarch64: Don't assert on long sysreg names
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 +- binutils/ChangeLog | 11 + binutils/doc/binutils.texi | 10 +- binutils/nm.c | 26 +- gas/ChangeLog | 48 + gas/config/tc-aarch64.c | 59 +- gas/config/tc-ppc.c | 9 + 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 | 35 + gdb/aarch64-tdep.c | 139 +++ gdb/arch/riscv.c | 5 +- gdb/dwarf2/loc.c | 46 +- gdb/dwarf2/read.c | 13 +- gdb/dwarf2/read.h | 8 +- gdb/nat/aarch64-sve-linux-sigcontext.h | 2 +- gdb/regcache.c | 4 +- include/ChangeLog | 11 + include/opcode/aarch64.h | 10 +- ld/ChangeLog | 15 + ld/ld.texi | 14 +- 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 | 24 + opcodes/aarch64-opc.c | 198 ++-- opcodes/ppc-opc.c | 184 +++- sim/common/ChangeLog | 4 + sim/common/sim-cpu.c | 2 + 49 files changed, 1992 insertions(+), 1496 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-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%)