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-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from 1b0927db3c Updated French translation for the opcodes/ subdirectory. adds f478212851 libtool.m4: update GNU/Hurd test from upstream. In upstream [...] adds e904f56d02 gdb/sim: add support for exporting memory map adds bfc7d04afb sim: h8300: delete opcode caching adds a39487c668 sim: cris: use -sim with C tests for cris-elf targets adds e6c1dbbfe8 sim: cris: disable test that crashes the linker adds 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 new d00f086803 gdb: add missing test for completion of invalid /FMT strings
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: ChangeLog | 4 + bfd/ChangeLog | 4 + bfd/configure | 12 +- bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/configure | 12 +- gas/ChangeLog | 4 + gas/configure | 12 +- gdb/ChangeLog | 26 + gdb/breakpoint.c | 164 +++--- gdb/f-lang.c | 6 +- gdb/remote-sim.c | 18 + gdb/testsuite/ChangeLog | 14 + gdb/testsuite/gdb.base/completion.exp | 5 + 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 +- gprof/ChangeLog | 4 + gprof/configure | 12 +- include/gdb/ChangeLog | 4 + include/gdb/remote-sim.h | 9 + ld/ChangeLog | 4 + ld/configure | 12 +- libctf/ChangeLog | 4 + libctf/configure | 12 +- libtool.m4 | 12 +- opcodes/ChangeLog | 20 + opcodes/aarch64-asm.c | 13 +- opcodes/aarch64-dis.c | 4 +- opcodes/aarch64-opc.c | 2 +- opcodes/configure | 12 +- opcodes/po/sv.po | 629 ++++++++++++--------- sim/ChangeLog | 490 ---------------- sim/avr/ChangeLog | 23 + sim/bpf/ChangeLog | 54 ++ sim/common/ChangeLog | 4 + sim/common/sim-core.c | 57 ++ sim/cris/ChangeLog | 355 ++++++++++++ sim/ft32/ChangeLog | 8 + sim/h8300/ChangeLog | 16 + sim/h8300/compile.c | 135 +---- sim/h8300/sim-main.h | 5 - sim/m32c/ChangeLog | 9 +- sim/or1k/ChangeLog | 52 ++ sim/ppc/ChangeLog | 8 + sim/ppc/sim_calls.c | 6 + sim/testsuite/ChangeLog | 18 +- sim/testsuite/sim/bpf/ChangeLog | 20 + sim/testsuite/sim/cris/ChangeLog | 9 + sim/testsuite/sim/cris/c/c.exp | 4 + sim/testsuite/sim/cris/c/helloaout.c | 6 +- zlib/configure | 12 +- 54 files changed, 1478 insertions(+), 1106 deletions(-) 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 create mode 100644 sim/bpf/ChangeLog create mode 100644 sim/or1k/ChangeLog create mode 100644 sim/testsuite/sim/bpf/ChangeLog