This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-arm-spec2k6-Os_LTO in repository toolchain/ci/binutils-gdb.
from 974c89e088 gdbserver: Add linux_get_hwcap adds 05805feba2 AArch64/Arm: Update testcases fixing endiannes and linux targets adds d851aa7170 Add AArch64 Pointer Authentication to the NEWS file adds 53c973f200 Fix Powerpc build adds 18c77628b1 gdb: Avoid trailing whitespace when pretty printing adds 3714a195e0 gdb/testsuite: Make test names unique in gdb.python/py-prett [...] adds 9f9aa85206 gdb: Make python display_hint None handling defined behaviour adds 7f5331a885 gdb-gdb.py.in: Fix error when printing range type adds 4c4849b9ed Automatic date update in version.in adds 933aebfae6 Testsuite: Ensure interrupt-daemon-attach doesn't run forever new 20dc7e9b05 Fix buffer overflow regression due to minsym malloc-ed inste [...]
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/version.h | 2 +- binutils/ChangeLog | 13 ++++++ .../testsuite/binutils-all/aarch64/in-order-all.d | 37 +++++++--------- binutils/testsuite/binutils-all/aarch64/in-order.d | 24 +++++------ .../binutils-all/aarch64/out-of-order-all.d | 37 +++++++--------- .../testsuite/binutils-all/aarch64/out-of-order.d | 24 +++++------ .../testsuite/binutils-all/aarch64/out-of-order.s | 8 ++-- binutils/testsuite/binutils-all/arm/in-order-all.d | 46 ++++++++++---------- binutils/testsuite/binutils-all/arm/in-order.d | 24 +++++------ .../testsuite/binutils-all/arm/out-of-order-all.d | 46 ++++++++++---------- binutils/testsuite/binutils-all/arm/out-of-order.d | 24 +++++------ binutils/testsuite/binutils-all/arm/out-of-order.s | 8 ++-- gdb/ChangeLog | 25 +++++++++++ gdb/NEWS | 2 + gdb/cp-valprint.c | 8 +++- gdb/doc/ChangeLog | 5 +++ gdb/doc/python.texi | 5 ++- gdb/gdb-gdb.py.in | 28 +++++++++---- gdb/minsyms.c | 18 ++++---- gdb/ppc-linux-nat.c | 1 + gdb/testsuite/ChangeLog | 27 ++++++++++++ gdb/testsuite/gdb.base/finish-pretty.exp | 2 +- gdb/testsuite/gdb.base/interrupt-daemon-attach.c | 11 ++++- .../{gdb.cp/ovsrch1.cc => gdb.base/pretty-print.c} | 42 ++++++++++++------- .../{eu-strip-infcall.exp => pretty-print.exp} | 49 ++++++++++++++++------ gdb/testsuite/gdb.python/py-prettyprint.c | 2 + gdb/testsuite/gdb.python/py-prettyprint.exp | 41 ++++++++++++------ gdb/testsuite/gdb.python/py-prettyprint.py | 6 +++ 28 files changed, 356 insertions(+), 209 deletions(-) copy gdb/testsuite/{gdb.cp/ovsrch1.cc => gdb.base/pretty-print.c} (63%) copy gdb/testsuite/gdb.base/{eu-strip-infcall.exp => pretty-print.exp} (51%)