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 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* new 8989de8220 Automatic date update in version.in
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 +- 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 | 18 + gdb/MAINTAINERS | 3 +- gdb/aarch64-tdep.c | 139 +++ gdb/nat/aarch64-sve-linux-sigcontext.h | 2 +- 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 | 28 + opcodes/aarch64-opc.c | 198 ++-- opcodes/ppc-opc.c | 195 +++- sim/common/ChangeLog | 4 + sim/common/sim-cpu.c | 2 + 45 files changed, 1955 insertions(+), 1458 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%)