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 f4bc7d2cde gdb/hppa: Use default gdbarch method default_dummy_id. adds 6ca6222221 Use Python 2.[67] / 3.X / PEP 3118 buffer protocol adds 2c3fc25dd1 Document fact that mininum Python version is now 2.6 adds 6c28e44a35 Remove Python 2.4 and 2.5 support adds 23031e3192 Prevent overflow in rl_set_screen_size adds 8ed252144a Make 'show width/height' display "unlimited" when capped for [...] adds 5862844d0f Test "set width/height -1" adds 43ac54fca3 Handle \r\n in gdbreplay adds 5cfe428cd1 x86-64: Skip protected check on symbol defined by linker adds 799efbe8e0 Fix regcache leak, and avoid possible regcache access after detach. adds b8ec59a100 Automatic date update in version.in adds 9c4c331816 (gdb/sim) Move Mike Frysinger to past maintainers section adds eed5def8d0 Prevent a buffer overrun error when attempting to parse a co [...] new 92137da015 Can't interrupt process without controlling terminal on Sola [...]
The 1 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 | 12 +++ bfd/elf.c | 12 ++- bfd/elf64-x86-64.c | 2 + bfd/version.h | 2 +- gdb/ChangeLog | 60 ++++++++++++++ gdb/NEWS | 2 + gdb/config.in | 6 -- gdb/configure | 88 +------------------- gdb/configure.ac | 16 +--- gdb/doc/ChangeLog | 5 ++ gdb/doc/gdb.texinfo | 2 +- gdb/gdbserver/ChangeLog | 4 + gdb/gdbserver/gdbreplay.c | 20 ++++- gdb/procfs.c | 5 ++ gdb/python/py-breakpoint.c | 8 +- gdb/python/py-inferior.c | 75 +++-------------- gdb/python/py-prettyprint.c | 94 ---------------------- gdb/python/py-type.c | 8 +- gdb/python/py-utils.c | 3 +- gdb/python/py-value.c | 3 - gdb/python/python-internal.h | 53 +----------- gdb/python/python.c | 8 +- gdb/target.c | 11 +++ gdb/testsuite/ChangeLog | 22 +++++ gdb/testsuite/gdb.base/interrupt-daemon-attach.c | 61 ++++++++++++++ gdb/testsuite/gdb.base/interrupt-daemon-attach.exp | 91 +++++++++++++++++++++ gdb/testsuite/gdb.base/page.exp | 27 +++++++ gdb/testsuite/gdb.python/py-finish-breakpoint.exp | 7 -- gdb/testsuite/lib/gdb.exp | 12 --- gdb/utils.c | 27 ++++++- ld/ChangeLog | 10 +++ ld/testsuite/ld-i386/i386.exp | 9 +++ ld/testsuite/ld-i386/pr24276.dso | 9 +++ ld/testsuite/ld-i386/pr24276.warn | 1 + ld/testsuite/ld-x86-64/pr24276.dso | 9 +++ ld/testsuite/ld-x86-64/pr24276.warn | 1 + ld/testsuite/ld-x86-64/x86-64.exp | 9 +++ sim/ChangeLog | 4 + sim/MAINTAINERS | 2 +- 39 files changed, 431 insertions(+), 369 deletions(-) create mode 100644 gdb/testsuite/gdb.base/interrupt-daemon-attach.c create mode 100644 gdb/testsuite/gdb.base/interrupt-daemon-attach.exp create mode 100644 ld/testsuite/ld-i386/pr24276.dso create mode 100644 ld/testsuite/ld-i386/pr24276.warn create mode 100644 ld/testsuite/ld-x86-64/pr24276.dso create mode 100644 ld/testsuite/ld-x86-64/pr24276.warn