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-aarch64-lts-allnoconfig 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 new 6abd4cf281 gdb: check for empty strings in get_standard_cache_dir/get_s [...]
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 +- gdb/ChangeLog | 20 + gdb/breakpoint.c | 164 +++--- gdb/f-lang.c | 6 +- gdb/testsuite/ChangeLog | 19 + gdb/testsuite/gdb.base/completion.exp | 5 + gdb/testsuite/gdb.base/empty-host-env-vars.exp | 72 +++ gdb/testsuite/gdb.fortran/intvar-array.exp | 59 ++ gdb/testsuite/gdb.fortran/intvar-array.f90 | 28 + gdb/testsuite/gdb.fortran/intvar-dynamic-types.exp | 97 ++++ gdb/testsuite/gdb.fortran/intvar-dynamic-types.f90 | 32 ++ gdb/value.c | 37 +- gdbsupport/ChangeLog | 6 + gdbsupport/pathstuff.cc | 14 +- 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 + 21 files changed, 867 insertions(+), 368 deletions(-) create mode 100644 gdb/testsuite/gdb.base/empty-host-env-vars.exp create mode 100644 gdb/testsuite/gdb.fortran/intvar-array.exp create mode 100644 gdb/testsuite/gdb.fortran/intvar-array.f90 create mode 100644 gdb/testsuite/gdb.fortran/intvar-dynamic-types.exp create mode 100644 gdb/testsuite/gdb.fortran/intvar-dynamic-types.f90