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-allyesconfig in repository toolchain/ci/binutils-gdb.
from 43678b0afe Replace SYMBOL_SET_LINKAGE_NAME with a member function adds fad03f6e5b Remove some unnecessary backslashes adds 8d9a256865 Fix BZ 25065 - Ensure that physnames are computed for inheri [...] adds d22670f078 Test case for BZ 25065 adds 640ab94712 gdb/testsuite: Fix race condition compiling fortran test adds e76b224615 Precompute hash value for symbol_set_names adds f29d7f6b83 Compute msymbol hash codes in parallel adds 62e77f56f0 Turn off threaded minsym demangling by default adds e49b22ff20 Add a NEWS entry for multithreaded symbol loading adds 351259211a Add missing ChangeLog entry for the previous commit adds b921626516 Automatic date update in version.in adds b7379eadda gas/riscv: Remove unneeded structure adds d9acf70759 binutils: Be more forgiving of targets with large numbers of [...] adds 955ff7fcf8 binutils: Rename init_dwarf_regnames adds 229a22cfd2 binutils: Add a new function to initialise DWARF register na [...] adds 99f6fdd9eb binutils: Make some functions static in dwarf.c adds 1296bc99b1 binutils: Make DWARF register name lookup be via a function pointer adds 4762fe621e binutils/gas/riscv: Add DWARF register numbers for CSRs adds 22eb4a0617 gas: Check for overflow on return column in version 1 CIE DWARF adds 0ac2b354ee gas/riscv: Produce version 3 DWARF CIE by default adds dcdec67858 gdb/testsuite: Fix minor bug in skip_btrace*tests procs adds 38b49e22b5 jit: minor improvement to debug logging adds 2522f049df Remove unused declaratoin from guile adds bab05c83ac Make two range_bounds bitfields unsigned adds 53a008a61e Fix creal_internal_fn comment
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 59 +++++ binutils/dwarf.c | 148 ++++++++++-- binutils/dwarf.h | 10 +- binutils/objdump.c | 40 +--- binutils/readelf.c | 2 +- gas/ChangeLog | 30 +++ gas/as.c | 10 +- gas/config/tc-riscv.c | 18 +- gas/dw2gencfi.c | 7 +- gas/dwarf2dbg.c | 11 + gas/testsuite/gas/riscv/cie-rtn-col-1.d | 3 + gas/testsuite/gas/riscv/cie-rtn-col-3.d | 17 ++ gas/testsuite/gas/riscv/cie-rtn-col.s | 3 + gas/testsuite/gas/riscv/csr-dw-regnums.d | 265 +++++++++++++++++++++ gas/testsuite/gas/riscv/csr-dw-regnums.s | 255 ++++++++++++++++++++ gas/testsuite/gas/riscv/default-cie-version.d | 15 ++ .../cie-version.s => riscv/default-cie-version.s} | 0 gdb/ChangeLog | 64 +++++ gdb/NEWS | 6 +- gdb/cp-support.c | 2 +- gdb/dwarf2read.c | 3 + gdb/dwarf2read.h | 4 +- gdb/gdbtypes.h | 4 +- gdb/guile/guile-internal.h | 2 - gdb/jit.c | 5 +- gdb/maint.c | 7 +- gdb/maint.h | 2 + gdb/minsyms.c | 85 +++++-- gdb/symtab.c | 9 +- gdb/symtab.h | 4 +- gdb/testsuite/ChangeLog | 16 ++ gdb/testsuite/gdb.dwarf2/imported-unit.c | 56 +++++ gdb/testsuite/gdb.dwarf2/imported-unit.exp | 157 ++++++++++++ gdb/testsuite/gdb.fortran/info-modules.exp | 2 +- gdb/testsuite/lib/gdb.exp | 4 +- gdb/value.c | 2 +- ld/ChangeLog | 4 + ld/testsuite/ld-elf/eh5.d | 12 +- 39 files changed, 1228 insertions(+), 117 deletions(-) create mode 100644 gas/testsuite/gas/riscv/cie-rtn-col-1.d create mode 100644 gas/testsuite/gas/riscv/cie-rtn-col-3.d create mode 100644 gas/testsuite/gas/riscv/cie-rtn-col.s create mode 100644 gas/testsuite/gas/riscv/csr-dw-regnums.d create mode 100644 gas/testsuite/gas/riscv/csr-dw-regnums.s create mode 100644 gas/testsuite/gas/riscv/default-cie-version.d copy gas/testsuite/gas/{cfi/cie-version.s => riscv/default-cie-version.s} (100%) create mode 100644 gdb/testsuite/gdb.dwarf2/imported-unit.c create mode 100644 gdb/testsuite/gdb.dwarf2/imported-unit.exp