This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-aarch64 in repository toolchain/ci/binutils-gdb.
from 034ce7b42a gdb: manual: update @inforef to @xref adds e4675a5810 elf: Don't set version info on unversioned symbols adds 1e071750a2 Automatic date update in version.in adds 8ac439689f Move eelf_mipsel_haiki.c to ALL_64_EMULATION_SOURCES adds 5b4846283c Re: PR28149, debug info with wrong file association adds d467335403 Fix allocate_filenum last dir/file checks new 6a7f57668a riscv: print .2byte or .4byte before an unknown instruction [...]
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/elflink.c | 3 +- bfd/version.h | 2 +- binutils/ChangeLog | 6 ++ binutils/testsuite/binutils-all/riscv/riscv.exp | 29 ++++++ binutils/testsuite/binutils-all/riscv/unknown.d | 11 +++ binutils/testsuite/binutils-all/riscv/unknown.s | 27 +++++ gas/dwarf2dbg.c | 42 +++++--- ld/Makefile.am | 125 +++++++++++++----------- ld/Makefile.in | 125 +++++++++++++----------- ld/testsuite/ld-elf/pr28348.rd | 8 ++ ld/testsuite/ld-elf/pr28348.t | 6 ++ ld/testsuite/ld-elf/pr28348a.c | 5 + ld/testsuite/ld-elf/pr28348b.c | 5 + ld/testsuite/ld-elf/{needed3.c => pr28348c.c} | 0 ld/testsuite/ld-elf/shared.exp | 39 ++++++++ opcodes/ChangeLog | 6 ++ opcodes/riscv-dis.c | 24 ++++- 17 files changed, 326 insertions(+), 137 deletions(-) create mode 100644 binutils/testsuite/binutils-all/riscv/riscv.exp create mode 100644 binutils/testsuite/binutils-all/riscv/unknown.d create mode 100644 binutils/testsuite/binutils-all/riscv/unknown.s create mode 100644 ld/testsuite/ld-elf/pr28348.rd create mode 100644 ld/testsuite/ld-elf/pr28348.t create mode 100644 ld/testsuite/ld-elf/pr28348a.c create mode 100644 ld/testsuite/ld-elf/pr28348b.c copy ld/testsuite/ld-elf/{needed3.c => pr28348c.c} (100%)