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-aarch64-next-allnoconfig 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. adds 7e94cf6cb0 OpenRISC BFD fixups for Glibc: adds 8ac10c5bfc Allow readelf to issue warnings if checking is enabled and t [...] adds 62982abdee gdb: allocate symfile_segment_data with new adds 68b888fff3 gdb: use std::vector to store segments in symfile_segment_data adds 9005fbbb00 gdb: make symfile_segment_data::segment_info an std::vector adds 6fd1d259e9 Fix thinko in recent update to bfd_section_from_shdr. new 1d6ce4d312 gdb: fix -Wtautological-overlap-compare error in h8300-tdep.c new ad80db5b9f Default gdb_bfd_open's fd parameter to -1 new 4111f652f9 Eliminate target_fileio_open_warn_if_slow new 98c59b527b Make exec-file-mismatch compare build IDs
The 4 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 | 41 + bfd/elf.c | 2 +- bfd/elf32-or1k.c | 368 +++-- bfd/elfnn-aarch64.c | 22 +- binutils/ChangeLog | 15 + binutils/readelf.c | 39 +- 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 +- gdb/ChangeLog | 73 + gdb/NEWS | 15 +- gdb/build-id.c | 2 +- gdb/compile/compile-object-load.c | 2 +- gdb/doc/ChangeLog | 6 + gdb/doc/gdb.texinfo | 21 +- gdb/dwarf2/read.c | 4 +- gdb/elfread.c | 18 +- gdb/exec.c | 53 +- gdb/gdb_bfd.c | 28 +- gdb/gdb_bfd.h | 7 +- gdb/h8300-tdep.c | 13 +- gdb/machoread.c | 4 +- gdb/remote.c | 22 +- gdb/solib-darwin.c | 2 +- gdb/solib-target.c | 18 +- gdb/symfile-debug.c | 2 +- gdb/symfile.c | 51 +- gdb/symfile.h | 41 +- gdb/target.c | 33 +- gdb/target.h | 20 +- gdb/windows-nat.c | 2 +- gdb/windows-tdep.c | 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 +++-- 54 files changed, 1859 insertions(+), 2094 deletions(-) create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-560.d create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-560.s