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-arm-stable-allmodconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 158da0d12a [gdb/testsuite] Use -wrap and $gdb_test_name in gdb_test_mul [...] adds 37a5888387 PR25125, relaxation chooses wrong branch size new 52c64cf72d gdbserver does not need xstrdup new 93878f4717 Allow out-of-order reads of CIEs new 27cee81d06 Fix potential undefined behaviour in the RX disassembler.
The 3 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: 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 +- gas/ChangeLog | 9 + gas/write.c | 8 +- gdb/ChangeLog | 26 ++ gdb/config.in | 6 - gdb/configure | 84 +---- gdb/configure.ac | 72 +--- gdb/dwarf2-frame.c | 92 +---- gdb/gdbserver/ChangeLog | 4 + gdb/gdbserver/utils.c | 12 - gdb/symfile.c | 3 + gdb/testsuite/ChangeLog | 17 + gdb/testsuite/gdb.reverse/sigall-precsave.exp | 14 +- gdb/testsuite/gdb.reverse/sigall-reverse.exp | 22 +- gdb/testsuite/gdb.reverse/solib-precsave.exp | 13 +- gdb/testsuite/gdb.reverse/solib-reverse.exp | 13 +- gdb/testsuite/gdb.reverse/step-precsave.exp | 18 +- gdb/testsuite/gdb.reverse/until-precsave.exp | 13 +- gdb/testsuite/gdb.reverse/until-reverse.exp | 13 +- gdb/testsuite/lib/gdb.exp | 25 +- include/ChangeLog | 6 + include/elf/internal.h | 9 +- opcodes/ChangeLog | 5 + opcodes/rx-dis.c | 2 +- 30 files changed, 491 insertions(+), 539 deletions(-)