This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm in repository toolchain/ci/binutils-gdb.
from 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 +- gdb/NEWS | 8 + gdb/csky-tdep.c | 1 - gdb/doc/python.texi | 54 +++++++ 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 +++++++++++++++++++++ 12 files changed, 408 insertions(+), 26 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