This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_O3 in repository toolchain/ci/binutils-gdb.
from fcb335b0a2 gdb: Add missing #include in solib.h adds 389eb00afc Automatic date update in version.in adds 6c924cf21c Install gprofng libraries under $(pkglibdir) adds 6c111a4ec2 Fix some stale header names from dwarf files adds 25209e2c69 gdb/python: add gdb.format_address function adds 86ed2a5eae Fix return code in _bfd_dwarf2_find_nearest_line(). adds de8fd80cf9 Remove two unused variables
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 5 + bfd/dwarf2.c | 6 +- bfd/version.h | 2 +- gdb/NEWS | 8 + gdb/csky-tdep.c | 1 - gdb/doc/python.texi | 54 +++++++ gdb/dwarf2/expr.h | 2 +- gdb/dwarf2/frame.c | 4 +- gdb/dwarf2/loc.c | 12 +- gdb/dwarf2/loc.h | 2 +- gdb/dwarf2/read.c | 2 +- gdb/python/py-arch.c | 13 +- gdb/python/py-progspace.c | 17 ++ gdb/python/python-internal.h | 16 ++ gdb/python/python.c | 108 +++++++++++++ gdb/sparc-tdep.c | 1 - .../{py-linetable.c => py-format-address.c} | 28 +--- gdb/testsuite/gdb.python/py-format-address.exp | 177 +++++++++++++++++++++ gprofng/Makefile.am | 4 +- gprofng/Makefile.in | 4 +- gprofng/configure | 7 +- gprofng/configure.ac | 1 - gprofng/doc/Makefile.in | 2 +- gprofng/gp-display-html/Makefile.in | 2 +- gprofng/libcollector/Makefile.am | 6 +- gprofng/libcollector/Makefile.in | 91 ++++++----- gprofng/src/Makefile.am | 6 +- gprofng/src/Makefile.in | 78 ++++----- gprofng/src/envsets.cc | 6 +- 29 files changed, 529 insertions(+), 136 deletions(-) copy gdb/testsuite/gdb.python/{py-linetable.c => py-format-address.c} (70%) create mode 100644 gdb/testsuite/gdb.python/py-format-address.exp