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-stable-defconfig in repository toolchain/ci/binutils-gdb.
from 607b483327 Use bfd_get_filename throughout ld adds 7e05773767 [PATCH v3] aarch64: Emit jump slot for conditional branch to [...] adds ae440402f5 or1k: Remove 64-bit support, it's not used and it breaks 32- [...] adds a501eb446f or1k: Regenerate opcodes after removing 32-bit support adds 164446e04c Fix the ARM assembler to generate a Realtime profile for armv8-r.
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 7 + bfd/elfnn-aarch64.c | 22 +- cpu/ChangeLog | 13 + cpu/or1k.cpu | 35 +- cpu/or1kcommon.cpu | 14 - cpu/or1korfpx.cpu | 64 - gas/ChangeLog | 7 + gas/config/tc-arm.c | 16 +- gas/testsuite/gas/arm/attr-march-armv8-r+crypto.d | 2 +- gas/testsuite/gas/arm/attr-march-armv8-r+fp.d | 2 +- gas/testsuite/gas/arm/attr-march-armv8-r+simd.d | 2 +- gas/testsuite/gas/arm/attr-march-armv8-r.d | 2 +- include/ChangeLog | 5 + include/opcode/arm.h | 3 +- ld/ChangeLog | 7 + ld/testsuite/ld-aarch64/aarch64-elf.exp | 1 + ld/testsuite/ld-aarch64/emit-relocs-560.d | 8 + ld/testsuite/ld-aarch64/emit-relocs-560.s | 3 + opcodes/ChangeLog | 12 + opcodes/or1k-asm.c | 9 - opcodes/or1k-desc.c | 1811 ++++++++++----------- opcodes/or1k-desc.h | 332 ++-- opcodes/or1k-dis.c | 9 - opcodes/or1k-ibld.c | 62 +- opcodes/or1k-opc.c | 152 -- opcodes/or1k-opc.h | 28 +- opcodes/or1k-opinst.c | 428 +++-- 27 files changed, 1283 insertions(+), 1773 deletions(-) create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-560.d create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-560.s