This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_tk1/llvm-master-arm-spec2k6-O2 in repository toolchain/ci/binutils-gdb.
from 9c0ea78342 Automatic date update in version.in adds 49954a0d85 Automatic date update in version.in adds 8a24927bc8 PR29261, memory leak in parse_stab_struct_fields adds 0d02e70b19 PR29262, memory leak in pr_function_type adds 5ffa6ca3e5 Move finish_print out of value_print_options adds 7b97003ccd Automatic date update in version.in adds acd65fa610 Default to disabling the linker warnings about execstack and [...] adds ec41dd75c8 Binutils support for dwarf-5 (location and range lists related) adds bfda149dc1 Document how GDB searches for files when using -s, -e, and - [...] adds 6bd2318f32 libctf: fix linking together multiple objects derived from t [...] adds 3ec2b3c058 libctf: avoid mingw warning adds 6a8829ebb2 libctf: tests: prune warnings from compiler output adds b232f81a54 ld: regenerate configure after recent misgeneration adds b6a7c07c40 Automatic date update in version.in adds 581db2a29b PR29270, DW_FORM_udata signed output adds 46439c90f2 PowerPC64: stub debug dump adds 4491a7c1aa readelf: replace xmalloc with malloc in slurp_relr_relocs adds b215cdf529 RISC-V: Fix inconsistent error message (range) adds dd8cc00cac RISC-V: Prepare i18n for required ISA extensions adds 1176bc3876 RISC-V: Add 'H' to canonical extension ordering adds c625f4ed05 RISC-V: Use single h extension to control hypervisor CSRs an [...] adds afc41ffb99 RISC-V: Reorder the prefixed extensions which are out of order.
No new revisions were added by this update.
Summary of changes: bfd/elf64-ppc.c | 59 +++++++- bfd/elfxx-riscv.c | 68 +++------ bfd/version.h | 2 +- binutils/ChangeLog | 15 ++ binutils/dwarf.c | 59 ++++++-- binutils/dwarf.h | 1 + binutils/prdbg.c | 7 +- binutils/readelf.c | 2 +- binutils/stabs.c | 5 +- gas/config/tc-riscv.c | 12 +- gas/testsuite/gas/riscv/csr-version-1p10.d | 100 ++++++------- gas/testsuite/gas/riscv/csr-version-1p10.l | 100 ++++++------- gas/testsuite/gas/riscv/csr-version-1p11.d | 100 ++++++------- gas/testsuite/gas/riscv/csr-version-1p11.l | 100 ++++++------- gas/testsuite/gas/riscv/csr-version-1p12.l | 50 +++++++ gas/testsuite/gas/riscv/csr-version-1p9p1.d | 100 ++++++------- gas/testsuite/gas/riscv/csr-version-1p9p1.l | 100 ++++++------- gas/testsuite/gas/riscv/h-ext-32.d | 2 +- gas/testsuite/gas/riscv/h-ext-64.d | 2 +- gas/testsuite/gas/riscv/march-fail-order-x-z.d | 3 - gas/testsuite/gas/riscv/march-fail-order-x-z.l | 2 - gas/testsuite/gas/riscv/march-fail-order-x.d | 3 - gas/testsuite/gas/riscv/march-fail-order-x.l | 2 - gas/testsuite/gas/riscv/march-fail-order-z.d | 3 - gas/testsuite/gas/riscv/march-fail-order-z.l | 2 - .../gas/riscv/march-fail-single-prefix-h.d | 3 - gas/testsuite/gas/riscv/march-fail-unknown-h.d | 3 - gdb/doc/gdb.texinfo | 5 + gdb/infcmd.c | 15 +- gdb/valprint.c | 1 - gdb/valprint.h | 3 - include/opcode/riscv-opc.h | 50 +++---- include/opcode/riscv.h | 1 + ld/ChangeLog | 11 ++ ld/configure | 14 +- ld/configure.ac | 14 +- ld/testsuite/ld-elf/elf.exp | 13 +- libctf/ctf-dedup.c | 2 + libctf/ctf-impl.h | 4 + libctf/ctf-link.c | 161 ++++++++++++++++----- libctf/ctf-serialize.c | 2 +- libctf/testsuite/config/default.exp | 7 + libctf/testsuite/lib/ctf-lib.exp | 4 +- .../libctf-regression/libctf-repeat-cu-lib.c | 9 ++ .../libctf-regression/libctf-repeat-cu-main.c | 5 + .../testsuite/libctf-regression/libctf-repeat-cu.d | 7 + .../libctf-regression/libctf-repeat-cu.exp | 118 +++++++++++++++ opcodes/riscv-opc.c | 38 ++--- 48 files changed, 897 insertions(+), 492 deletions(-) delete mode 100644 gas/testsuite/gas/riscv/march-fail-order-x-z.d delete mode 100644 gas/testsuite/gas/riscv/march-fail-order-x-z.l delete mode 100644 gas/testsuite/gas/riscv/march-fail-order-x.d delete mode 100644 gas/testsuite/gas/riscv/march-fail-order-x.l delete mode 100644 gas/testsuite/gas/riscv/march-fail-order-z.d delete mode 100644 gas/testsuite/gas/riscv/march-fail-order-z.l delete mode 100644 gas/testsuite/gas/riscv/march-fail-single-prefix-h.d delete mode 100644 gas/testsuite/gas/riscv/march-fail-unknown-h.d create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu-lib.c create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu-main.c create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu.d create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu.exp