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-arm in repository toolchain/ci/binutils-gdb.
from d3a76a5583 gdb: change file_file_name to return an std::string adds 916c9be4a3 gdb: add Nils-Christian Kempke to gdb/MAINTAINERS adds 87e10e9c28 gdb/fortran: add support for accessing fields of extended types adds 110aae55a8 gdb/fortran: print fortran extended types with ptype adds 129f0aaa9d gdb maintainer commit rights adds 0c80fce42a gdb/testsuite: use nopie in gdb.dwarf2/dw2-inline-param.exp adds de83289ef3 Pass PKG_CONFIG_PATH down from top-level Makefile adds 7d41169b6d Debug info for function in Windows PE binary on wrong instruction adds 01772c548b Fix undefined behavior in the Fortran, Go and Pascal number parsers adds 6849c6a2b8 gdb: Avoid undefined shifts, fix Go shifts adds c10622fef4 gprofng: zlib handling adds 9f184a64f5 gprofng: fprintf_styled_func not inizialized for disassembler adds a3a7f5e158 gas: Port "copy st_size only if unset" to aarch64 and riscv adds 680e019e5a Automatic date update in version.in adds 81c5e3764b Correct nds32 readelf reloc numbers adds 480a4dd5f3 Don't run pr27228 test for hppa adds 57594b6a75 Rearrange struct bfd_section a little
No new revisions were added by this update.
Summary of changes: ChangeLog | 8 + Makefile.in | 3 + Makefile.tpl | 3 + bfd/ChangeLog | 6 + bfd/bfd-in2.h | 34 +-- bfd/coffgen.c | 2 +- bfd/section.c | 34 +-- bfd/version.h | 2 +- binutils/MAINTAINERS | 6 +- binutils/readelf.c | 14 +- configure | 2 + configure.ac | 1 + gas/config/tc-aarch64.c | 20 +- gas/config/tc-riscv.c | 21 +- gas/testsuite/gas/elf/pr27228.d | 2 +- gas/testsuite/gas/elf/size.d | 2 + gdb/MAINTAINERS | 1 + gdb/f-exp.y | 15 +- gdb/f-lang.h | 11 + gdb/f-typeprint.c | 24 +- gdb/go-exp.y | 12 +- gdb/p-exp.y | 12 +- gdb/testsuite/gdb.base/all-architectures.exp.tcl | 32 +- gdb/testsuite/gdb.base/bitshift.exp | 368 +++++++++++++++++++++++ gdb/testsuite/gdb.base/parse_number.exp | 53 ++++ gdb/testsuite/gdb.dwarf2/dw2-inline-param.exp | 8 +- gdb/testsuite/gdb.fortran/oop_extend_type.exp | 190 ++++++++++++ gdb/testsuite/gdb.fortran/oop_extend_type.f90 | 69 +++++ gdb/testsuite/lib/gdb.exp | 20 ++ gdb/valarith.c | 103 ++++++- gdb/valops.c | 9 + gprofng/Makefile.in | 4 +- gprofng/configure | 25 +- gprofng/configure.ac | 2 + gprofng/doc/Makefile.in | 4 +- gprofng/gp-display-html/Makefile.in | 4 +- gprofng/libcollector/unwind.c | 9 + gprofng/src/Disasm.cc | 16 + gprofng/src/Makefile.am | 18 +- gprofng/src/Makefile.in | 37 ++- 40 files changed, 1062 insertions(+), 144 deletions(-) create mode 100644 gdb/testsuite/gdb.base/bitshift.exp create mode 100644 gdb/testsuite/gdb.base/parse_number.exp create mode 100755 gdb/testsuite/gdb.fortran/oop_extend_type.exp create mode 100755 gdb/testsuite/gdb.fortran/oop_extend_type.f90