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-Os 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* adds 8989de8220 Automatic date update in version.in adds 79ddc88496 Updated Serbian and Russian translations for various sub-dir [...] adds 79bc120c7b Add demangling support to readelf. adds 369afd5008 The description for -mno-csr-check talks about "cheching" ra [...] adds 2e49fd1edf aarch64: Add support for MPAM system registers adds c0ab14ae2a Fix duplicate label in gdb.dwarf2/dw2-op-out-param.S adds ff2084b9ef Read tid from correct offset in win32pstatus NOTE_INFO_THREAD adds 8fbac78b14 Define constants for win32pstatus ELF notes adds 03c29a6faf Don't hardcode CONTEXT size for a NOTE_INFO_THREAD win32psta [...] adds 04ec0fa297 Refine size constraints applied to win32pstatus ELF notes adds d61f3d0383 Add handling for 64-bit module addresses in Cygwin core dumps adds 404ec93359 Only warn about malformed win32pstatus notes adds d3511b24ea Two fixes in dwarf-mode.el adds 2fef937354 Fix signedness comparison warning in elfcore_grok_win32pstatus() adds 225f168451 [PATCH] gas: arm: Fix IT-predicated MVE vcvt adds 27c7b875bd gdb.base/corefile.exp regression for unix/-m32 on x86_64 (PR 26336) new 7cf663a932 Move multi-target NEWS entry to GDB 10 features new 6d8a0a5e90 Fix malloc allocation size sanity check
The 2 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/ChangeLog | 43 + bfd/elf.c | 79 +- bfd/po/ru.po | 3562 ++++++++------- bfd/po/sr.po | 3598 ++++++++------- bfd/version.h | 2 +- binutils/ChangeLog | 38 + binutils/NEWS | 4 + binutils/doc/binutils.texi | 40 +- binutils/dwarf-mode.el | 12 +- binutils/nm.c | 26 +- binutils/po/sr.po | 4060 +++++++++-------- binutils/readelf.c | 132 +- binutils/testsuite/binutils-all/mangled.s | 6 + binutils/testsuite/binutils-all/readelf.demangled | 5 + binutils/testsuite/binutils-all/readelf.exp | 16 + gas/ChangeLog | 76 + gas/config/tc-aarch64.c | 59 +- gas/config/tc-arm.c | 18 +- gas/config/tc-ppc.c | 9 + gas/doc/c-riscv.texi | 2 +- gas/po/ru.po | 4890 +++++++++++---------- 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/mpam-bad.d | 2 + gas/testsuite/gas/aarch64/mpam-bad.l | 2 + gas/testsuite/gas/aarch64/mpam-bad.s | 1 + gas/testsuite/gas/aarch64/mpam.d | 38 + gas/testsuite/gas/aarch64/mpam.s | 31 + gas/testsuite/gas/aarch64/sysreg-5.s | 1 + gas/testsuite/gas/arm/mve-vcvtne-it-bad.d | 5 + gas/testsuite/gas/arm/mve-vcvtne-it-bad.l | 2 + gas/testsuite/gas/arm/mve-vcvtne-it-bad.s | 3 + gas/testsuite/gas/arm/mve-vcvtne-it.d | 9 + gas/testsuite/gas/arm/mve-vcvtne-it.s | 4 + 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/MAINTAINERS | 3 +- gdb/NEWS | 30 +- gdb/aarch64-tdep.c | 139 + gdb/nat/aarch64-sve-linux-sigcontext.h | 2 +- gdb/progspace.c | 6 + gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.dwarf2/dw2-op-out-param.S | 16 +- gdb/value.c | 10 +- gold/ChangeLog | 4 + gold/po/sr.po | 754 ++-- 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 | 36 + opcodes/aarch64-opc.c | 215 +- opcodes/po/sr.po | 558 ++- opcodes/ppc-opc.c | 195 +- sim/common/ChangeLog | 4 + sim/common/sim-cpu.c | 2 + 77 files changed, 11765 insertions(+), 9681 deletions(-) create mode 100644 binutils/testsuite/binutils-all/mangled.s create mode 100644 binutils/testsuite/binutils-all/readelf.demangled 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/mpam-bad.d create mode 100644 gas/testsuite/gas/aarch64/mpam-bad.l create mode 100644 gas/testsuite/gas/aarch64/mpam-bad.s create mode 100644 gas/testsuite/gas/aarch64/mpam.d create mode 100644 gas/testsuite/gas/aarch64/mpam.s create mode 100644 gas/testsuite/gas/aarch64/sysreg-5.s create mode 100644 gas/testsuite/gas/arm/mve-vcvtne-it-bad.d create mode 100644 gas/testsuite/gas/arm/mve-vcvtne-it-bad.l create mode 100644 gas/testsuite/gas/arm/mve-vcvtne-it-bad.s create mode 100644 gas/testsuite/gas/arm/mve-vcvtne-it.d create mode 100644 gas/testsuite/gas/arm/mve-vcvtne-it.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%)