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_build/master-arm in repository toolchain/ci/gdb.
from 359efc2d89 [gdb/testsuite] Make gdb.base/annota1.exp more robust adds 4f7df13ee7 gdb: remove subfile::buildsym_compunit field adds 9be5d742db gdb/testsuite: add "macros" option to gdb_compile adds 3fb842cea1 gdb/fortran: fix fetching assumed rank array content adds a32c49c6dd Automatic date update in version.in adds 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 new 0c80fce42a gdb/testsuite: use nopie in gdb.dwarf2/dw2-inline-param.exp new de83289ef3 Pass PKG_CONFIG_PATH down from top-level Makefile new 7d41169b6d Debug info for function in Windows PE binary on wrong instruction new 01772c548b Fix undefined behavior in the Fortran, Go and Pascal number parsers new 6849c6a2b8 gdb: Avoid undefined shifts, fix Go shifts new c10622fef4 gprofng: zlib handling new 9f184a64f5 gprofng: fprintf_styled_func not inizialized for disassembler
The 7 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: ChangeLog | 8 + Makefile.in | 3 + Makefile.tpl | 3 + bfd/ChangeLog | 6 + bfd/coffgen.c | 2 +- bfd/version.h | 2 +- binutils/MAINTAINERS | 6 +- configure | 2 + configure.ac | 1 + gdb/MAINTAINERS | 1 + gdb/buildsym.c | 1 - gdb/buildsym.h | 2 - gdb/dwarf2/line-header.c | 16 +- gdb/dwarf2/line-header.h | 6 +- gdb/dwarf2/macro.c | 6 +- gdb/f-exp.y | 15 +- gdb/f-lang.h | 11 + gdb/f-typeprint.c | 24 +- gdb/gdbtypes.c | 38 ++- 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/info-macros.exp | 14 +- gdb/testsuite/gdb.base/macscp.exp | 11 +- gdb/testsuite/gdb.base/parse_number.exp | 53 ++++ gdb/testsuite/gdb.base/style.exp | 23 +- gdb/testsuite/gdb.dwarf2/dw2-inline-param.exp | 8 +- gdb/testsuite/gdb.fortran/assumedrank.exp | 29 +- gdb/testsuite/gdb.fortran/assumedrank.f90 | 5 + gdb/testsuite/gdb.fortran/oop_extend_type.exp | 190 ++++++++++++ gdb/testsuite/gdb.fortran/oop_extend_type.f90 | 69 +++++ gdb/testsuite/gdb.linespec/macro-relative.exp | 9 +- gdb/testsuite/lib/gdb.exp | 33 ++ 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 ++- 45 files changed, 1079 insertions(+), 173 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