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 23ddbd2f2bf sim: mips: clean up a bit after mips/configure removal new fb749760444 sim: cpu: fix SMP msg prefix helper new 70b920ed097 sim: mn10300: fix SMP compile new 46ebce9b9c7 sim: or1k: fix iterator typo when setting up cpus new 8290c8b5dd3 sim: v850: fix SMP compile new 21a0fa89d25 sim: m32r: fix iterator typo when setting up cpus new fc9b0445828 sim: msp430: add basic SMP cpu init new 883be197745 sim: cpu: change default init to handle all cpus new 20b579bac5a sim: smp: make option available again new 111b1cf97e7 sim: smp: plumb igen flag down to all users
The 9 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: sim/Makefile.in | 4 +- sim/aarch64/interp.c | 2 +- sim/aclocal.m4 | 1 + sim/arch-subdir.mk.in | 3 + sim/arm/wrapper.c | 2 +- sim/avr/interp.c | 2 +- sim/bfin/interp.c | 2 +- sim/bpf/sim-if.c | 2 +- sim/common/Make-common.in | 2 +- sim/common/sim-cpu.c | 5 ++ sim/common/sim-utils.c | 11 ++-- sim/config.h.in | 3 + sim/configure | 42 ++++++++++-- sim/configure.ac | 1 + sim/cr16/interp.c | 2 +- sim/cris/sim-if.c | 2 +- sim/d10v/interp.c | 2 +- sim/example-synacor/interp.c | 2 +- sim/frv/sim-if.c | 2 +- sim/ft32/interp.c | 2 +- sim/h8300/compile.c | 2 +- sim/igen/local.mk | 2 +- sim/iq2000/sim-if.c | 2 +- sim/lm32/sim-if.c | 2 +- sim/m32r/sim-if.c | 4 +- sim/m4/sim_ac_option_smp.m4 | 21 ++++-- sim/m68hc11/interp.c | 2 +- sim/mcore/interp.c | 2 +- sim/microblaze/interp.c | 2 +- sim/mips/Makefile.in | 2 - sim/mips/acinclude.m4 | 8 +-- sim/mips/interp.c | 2 +- sim/mn10300/am33.igen | 8 +-- sim/mn10300/interp.c | 2 +- sim/mn10300/mn10300-sim.h | 4 +- sim/mn10300/mn10300.igen | 24 +++---- sim/moxie/interp.c | 2 +- sim/msp430/msp430-sim.c | 30 +++++---- sim/or1k/sim-if.c | 4 +- sim/pru/interp.c | 2 +- sim/riscv/interp.c | 2 +- sim/sh/interp.c | 2 +- sim/v850/interp.c | 2 +- sim/v850/simops.c | 3 + sim/v850/v850-sim.h | 8 +-- sim/v850/v850.igen | 154 +++++++++++++++++++++---------------------- 46 files changed, 226 insertions(+), 166 deletions(-)