This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from 17fc27167f Automatic date update in version.in adds e2201c2a57 SH gas configure and ld tests adds b0ee49d21b ecoff testsuite fixes adds 348fe36b1d Remove perror from ld_assemble, ld_compile and ld_nm adds bfbf16ce8b Automatic date update in version.in adds 4d91c2a467 Fix gdb.base/list-missing-source.exp on remote host. adds 160f8a8f32 Adjust gdb.mi/mi-sym-info.exp filename patterns. adds 48e9cc8405 Ensure 'exec-file has changed' check has priority over 'exec [...] adds 0381901e62 Do without ld ENABLE_PLUGINS adds 1e92785005 PR26132, ar creates invalid libraries for some targets with [...] adds cf6f3e86de [PR gdb/25939] Move push_target call earlier in procfs.c adds 196535a69c Various procfs.c cleanups adds 41ab2f9b7b Automatic date update in version.in adds cbd7581f34 RISC-V: Don't assume the priv attributes are in order when h [...] adds 39ff0b8123 RISC-V: Report warning when linking the objects with differe [...]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 37 ++++ bfd/configure | 24 +++ bfd/configure.ac | 24 +++ bfd/elfnn-riscv.c | 98 ++++++---- bfd/elfxx-riscv.c | 96 +++++++++- bfd/elfxx-riscv.h | 13 ++ bfd/plugin.c | 2 +- bfd/version.h | 2 +- gas/ChangeLog | 10 + gas/config/tc-riscv.c | 36 +--- gas/configure.tgt | 5 +- gdb/ChangeLog | 37 ++++ gdb/exec.c | 8 + gdb/procfs.c | 211 +++------------------ gdb/testsuite/ChangeLog | 19 ++ gdb/testsuite/gdb.base/attach.c | 2 +- gdb/testsuite/gdb.base/attach.exp | 54 +++++- gdb/testsuite/gdb.base/attach2.c | 4 +- gdb/testsuite/gdb.base/{attach2.c => attach3.c} | 6 +- gdb/testsuite/gdb.base/list-missing-source.exp | 3 +- gdb/testsuite/gdb.mi/mi-sym-info.exp | 18 +- include/ChangeLog | 6 + include/opcode/riscv.h | 4 - ld/ChangeLog | 76 ++++++++ ld/Makefile.am | 25 +-- ld/Makefile.in | 77 +++----- ld/configure | 18 +- ld/configure.ac | 1 - ld/ldfile.c | 10 +- ld/ldlang.c | 30 +-- ld/ldlang.h | 4 +- ld/ldlex.h | 4 +- ld/ldmain.c | 14 +- ld/lexsup.c | 16 +- ld/plugin.c | 2 + ld/testplug.c | 2 + ld/testplug2.c | 2 + ld/testplug3.c | 2 + ld/testplug4.c | 2 + ld/testsuite/ld-alpha/alpha.exp | 4 +- ld/testsuite/ld-elf/binutils.exp | 8 +- ld/testsuite/ld-elf/exclude.exp | 14 +- ld/testsuite/ld-elf/tls.exp | 8 +- ld/testsuite/ld-elf/tls_common.exp | 8 +- ld/testsuite/ld-elfweak/elfweak.exp | 9 +- ld/testsuite/ld-fastcall/fastcall.exp | 4 +- ld/testsuite/ld-gc/gc.exp | 2 +- ld/testsuite/ld-i386/i386.exp | 8 +- ld/testsuite/ld-ia64/line.exp | 2 +- ld/testsuite/ld-mep/mep.exp | 2 +- ld/testsuite/ld-mips-elf/mips-elf-flags.exp | 4 +- ld/testsuite/ld-nios2/nios2.exp | 4 +- .../ld-riscv-elf/attr-merge-priv-spec-failed-01.d | 10 +- .../ld-riscv-elf/attr-merge-priv-spec-failed-02.d | 10 +- .../ld-riscv-elf/attr-merge-priv-spec-failed-03.d | 10 +- .../ld-riscv-elf/attr-merge-priv-spec-failed-04.d | 10 +- .../ld-riscv-elf/attr-merge-priv-spec-failed-05.d | 10 +- .../ld-riscv-elf/attr-merge-priv-spec-failed-06.d | 10 +- ld/testsuite/ld-scripts/alignof.exp | 4 +- ld/testsuite/ld-scripts/defined.exp | 42 ++-- ld/testsuite/ld-scripts/extern.exp | 3 +- ld/testsuite/ld-scripts/log2.exp | 8 +- ld/testsuite/ld-scripts/phdrs2.exp | 22 +-- ld/testsuite/ld-scripts/script.exp | 2 +- ld/testsuite/ld-scripts/sizeof.exp | 2 +- ld/testsuite/ld-selective/selective.exp | 2 +- ld/testsuite/ld-sh/sh.exp | 132 ++++++------- ld/testsuite/ld-tic6x/tic6x.exp | 2 +- ld/testsuite/ld-x86-64/line.exp | 2 +- ld/testsuite/ld-x86-64/x86-64.exp | 12 +- ld/testsuite/lib/ld-lib.exp | 14 +- opcodes/ChangeLog | 5 + opcodes/riscv-dis.c | 1 + opcodes/riscv-opc.c | 50 ----- 74 files changed, 827 insertions(+), 617 deletions(-) copy gdb/testsuite/gdb.base/{attach2.c => attach3.c} (82%)