This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from f478212851a libtool.m4: update GNU/Hurd test from upstream. In upstrea [...] new e904f56d02a gdb/sim: add support for exporting memory map new bfc7d04afbe sim: h8300: delete opcode caching new a39487c6685 sim: cris: use -sim with C tests for cris-elf targets new e6c1dbbfe8b sim: cris: disable test that crashes the linker new 0f8e278da2d sim: ChangeLog: move arch-specific entries into the arch dir
The 5 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: gdb/ChangeLog | 6 + gdb/remote-sim.c | 18 ++ include/gdb/ChangeLog | 4 + include/gdb/remote-sim.h | 9 + 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 | 4 + 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 +- 22 files changed, 660 insertions(+), 646 deletions(-) create mode 100644 sim/bpf/ChangeLog create mode 100644 sim/or1k/ChangeLog create mode 100644 sim/testsuite/sim/bpf/ChangeLog