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-mainline-allmodconfig in repository toolchain/ci/binutils-gdb.
from 0f8e278da2 sim: ChangeLog: move arch-specific entries into the arch dir adds 9a50f40e82 Automatic date update in version.in adds f4cfa91741 sim: ppc: stub out sim_memory_map adds e343681375 gdb/fortran: Correct the lval type for array elements of int [...] adds 1940319c0e [gdb] Fix internal-error in process_event_stop_test adds fb932b57cb Treat the AArch64 register id_aa64mmfr2_el1 as a core system [...] adds e84c871648 Fix places in the AArch64 opcodes library code where a call [...] adds 3c8c6de21d gdb: user variables with components of dynamic type adds ed20522215 Updated Swedish translation for the opcodes/ subdirectory adds d00f086803 gdb: add missing test for completion of invalid /FMT strings
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 20 + gdb/breakpoint.c | 164 +++--- gdb/f-lang.c | 6 +- gdb/testsuite/ChangeLog | 14 + gdb/testsuite/gdb.base/completion.exp | 5 + gdb/testsuite/gdb.fortran/intvar-array.exp | 59 ++ .../{ptr-indentation.f90 => intvar-array.f90} | 22 +- gdb/testsuite/gdb.fortran/intvar-dynamic-types.exp | 97 ++++ .../{completion.f90 => intvar-dynamic-types.f90} | 22 +- gdb/value.c | 37 +- opcodes/ChangeLog | 16 + opcodes/aarch64-asm.c | 13 +- opcodes/aarch64-dis.c | 4 +- opcodes/aarch64-opc.c | 2 +- opcodes/po/sv.po | 629 ++++++++++++--------- sim/ppc/ChangeLog | 4 + sim/ppc/sim_calls.c | 6 + 18 files changed, 741 insertions(+), 381 deletions(-) create mode 100644 gdb/testsuite/gdb.fortran/intvar-array.exp copy gdb/testsuite/gdb.fortran/{ptr-indentation.f90 => intvar-array.f90} (70%) create mode 100644 gdb/testsuite/gdb.fortran/intvar-dynamic-types.exp copy gdb/testsuite/gdb.fortran/{completion.f90 => intvar-dynamic-types.f90} (60%)