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-lts-defconfig in repository toolchain/ci/binutils-gdb.
from d106773eac Dwarf: Don't add nameless modules to partial symbol table (C [...] adds 0529f3fe5c Automatic date update in version.in adds 540e617049 Add support to readelf to display NetBSD auxv notes in core files. adds c0d38b0ec6 Add support for NetBSD/sh3 core reg sections to readelf. adds 9abca70219 Add support for NetBSD PaX notes to readelf. adds 62e0492f57 Prevent a seg-fault from objdup when disassembling binaries [...] new 6fbc939cfd Remove the ldmx mnemonic that never made it into POWER9. new a0e44ef56c Add missing ChangeLog entries new 6ce26ac7c3 cpu/or1k: Add support for orfp64a32 spec new d3ad6278d6 cpu/or1k: Define unordered comparisons new eb212c84a1 cpu/or1k: Document no branch delay slot architectures and l.adrp new a2e4218f23 cpu/or1k: Update fpu compare symbols to imply set flag new e4c4ac46e8 opcodes/or1k: Regenerate opcodes
The 7 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 | 7 + bfd/elf32-arm.c | 10 +- bfd/elfnn-aarch64.c | 20 ++- bfd/version.h | 2 +- binutils/ChangeLog | 19 +++ binutils/readelf.c | 95 +++++++++--- cpu/ChangeLog | 56 +++++++ cpu/or1k.cpu | 21 +-- cpu/or1k.opc | 92 +++++++++++ cpu/or1kcommon.cpu | 113 +++++++++++--- cpu/or1korbis.cpu | 3 +- cpu/or1korfpx.cpu | 214 +++++++++++++++++++++++--- gas/ChangeLog | 5 + gas/testsuite/gas/ppc/power9.d | 2 - gas/testsuite/gas/ppc/power9.s | 2 - opcodes/ChangeLog | 15 ++ opcodes/or1k-asm.c | 72 ++++++++- opcodes/or1k-desc.c | 309 ++++++++++++++++++++++++++++++++----- opcodes/or1k-desc.h | 341 +++++++++++++++++++++-------------------- opcodes/or1k-dis.c | 43 +++++- opcodes/or1k-ibld.c | 234 ++++++++++++++++++++++++++-- opcodes/or1k-opc.c | 319 ++++++++++++++++++++++++++++++++++---- opcodes/or1k-opc.h | 39 +++-- opcodes/or1k-opinst.c | 100 ++++++++++-- opcodes/ppc-opc.c | 2 - 25 files changed, 1766 insertions(+), 369 deletions(-)