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-lts-allnoconfig in repository toolchain/ci/binutils-gdb.
from f466c3053d Correct PR number in prevvious delta adds a7b8d68257 [PowerPC] Fix "info vector" test in gdb.arch/altivec-regs.exp adds 6f072a1034 [PowerPC] Aliases for vector registers adds 8f0a21480b Include <string.h> to dis-asm.h to get strchr declaration adds bbd94648f2 Fix placement of output in TUI mode adds 183561e05e Automatic date update in version.in adds 491adecac4 Constify target_pass_signals and target_program_signals adds 05be00a884 Constify remote_console_output adds bb27775165 Constify some remote-notif functions
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 59 ++++++++++++++ gdb/doc/ChangeLog | 5 ++ gdb/doc/gdb.texinfo | 6 +- gdb/linux-nat.c | 2 +- gdb/linux-nat.h | 2 +- gdb/nto-procfs.c | 5 +- gdb/ppc-tdep.h | 4 + gdb/procfs.c | 4 +- gdb/remote-notif.c | 6 +- gdb/remote-notif.h | 11 +-- gdb/remote.c | 22 ++--- gdb/rs6000-tdep.c | 108 ++++++++++++++++++++++++- gdb/target-debug.h | 2 +- gdb/target-delegates.c | 20 ++--- gdb/target.c | 4 +- gdb/target.h | 9 ++- gdb/testsuite/ChangeLog | 14 ++++ gdb/testsuite/gdb.arch/altivec-regs.exp | 49 +++-------- gdb/testsuite/gdb.arch/powerpc-vector-regs.c | 59 ++++++++++++++ gdb/testsuite/gdb.arch/powerpc-vector-regs.exp | 62 ++++++++++++++ gdb/testsuite/gdb.arch/vsx-regs.exp | 3 + gdb/tui/tui-io.c | 6 ++ include/ChangeLog | 4 + include/dis-asm.h | 1 + 25 files changed, 383 insertions(+), 86 deletions(-) create mode 100644 gdb/testsuite/gdb.arch/powerpc-vector-regs.c create mode 100644 gdb/testsuite/gdb.arch/powerpc-vector-regs.exp