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-aarch64-stable-defconfig in repository toolchain/ci/binutils-gdb.
from 867c09822c Automatic date update in version.in adds 33d569b709 gdb/python: Return None from Progspace.block_for_pc on error adds 4ccdfbec50 [gdb/testsuite] Add -wrap pattern flag to gdb_test_multiple adds 71737c435d Simplify Python checks in configure.ac adds cbb5a2ea49 Remove python_has_threads check in configure.ac adds 7b71fc971b Call forget_cached_source_info to clear the stale source cache adds e2ffdcea6c Automatic date update in version.in adds c0c121b01c readelf PT_PHDR check adds 30fe183248 PR4499, assign file positions assumes segment offsets increasing
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 23 ++ bfd/elf-nacl.c | 1 + bfd/elf.c | 496 +++++++++++++++------------- bfd/elf32-spu.c | 1 + bfd/version.h | 2 +- binutils/ChangeLog | 5 + binutils/readelf.c | 16 +- gdb/ChangeLog | 23 ++ gdb/config.in | 6 - gdb/configure | 84 +---- gdb/configure.ac | 72 +--- gdb/python/py-progspace.c | 6 +- gdb/symfile.c | 3 + gdb/testsuite/ChangeLog | 12 + gdb/testsuite/gdb.python/py-progspace.exp | 14 + gdb/testsuite/gdb.reverse/step-precsave.exp | 18 +- gdb/testsuite/lib/gdb.exp | 25 +- include/ChangeLog | 6 + include/elf/internal.h | 9 +- 19 files changed, 421 insertions(+), 401 deletions(-)