This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/mjw/try-sim-sparc in repository binutils-gdb.
discards c5d6e77e4ba gdb: Ignore some stringop-overflow and restrict warnings on sparc discards 51bc3fba18e sim: common, microblaze, mn10300: handle signal.h defining REC_PC. adds 936b119d439 Automatic date update in version.in adds 068b723abc3 sim: build: drop AM_MAKEFLAGS settings adds 49444feaefc sim: common: simplify hw-config.h deps adds 0e7c397dbf3 sim: igen: simplify build dep adds eac2fbdc4ba sim: common: move libcommon.a objects to sources adds ee3134d0288 sim: build: drop most recursive build deps adds 4df74707043 sim: common: move libcommon.a dep to ppc code adds 72be276fffe sim: common: move modules.c to source tracking adds 1b907fc09fc sim: common: simplify modules.c deps adds eaa13962f22 sim: build: drop depdir subdir hack adds 9a7472d7c59 sim: igen: simplify build logic a little adds 2025c82b954 sim: m32r: fix typos in stamp depends adds ad6adc66571 sim: microblaze, mn10300: remove signal.h include in interp.c new 01a70d7a004 gdb: Ignore some stringop-overflow and restrict warnings on sparc new 8b4fd66b2ac mn10300-sim.h include
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (c5d6e77e4ba) \ N -- N -- N refs/heads/users/mjw/try-sim-sparc (8b4fd66b2ac)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 2 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 +- sim/Makefile.am | 4 +- sim/Makefile.in | 1696 +++++++++++++++++++++++++----------------- sim/aarch64/local.mk | 7 +- sim/arm/local.mk | 9 +- sim/avr/local.mk | 7 +- sim/bfin/local.mk | 8 +- sim/bpf/local.mk | 10 +- sim/common/dv-sockser.c | 6 - sim/common/local.mk | 19 +- sim/common/nrun.c | 6 - sim/common/sim-events.c | 6 - sim/common/sim-signal.c | 6 - sim/configure | 210 +----- sim/configure.ac | 14 +- sim/cr16/local.mk | 10 +- sim/cris/local.mk | 11 +- sim/d10v/local.mk | 10 +- sim/erc32/local.mk | 9 +- sim/example-synacor/local.mk | 7 +- sim/frv/local.mk | 10 +- sim/ft32/local.mk | 7 +- sim/h8300/local.mk | 7 +- sim/igen/local.mk | 6 +- sim/iq2000/local.mk | 10 +- sim/lm32/local.mk | 11 +- sim/m32c/local.mk | 10 +- sim/m32r/local.mk | 15 +- sim/m68hc11/local.mk | 11 +- sim/mcore/local.mk | 7 +- sim/microblaze/local.mk | 7 +- sim/mips/local.mk | 11 +- sim/mn10300/dv-mn103cpu.c | 2 + sim/mn10300/interp.c | 2 + sim/mn10300/local.mk | 11 +- sim/mn10300/op_utils.c | 2 + sim/mn10300/sim-main.h | 7 + sim/moxie/local.mk | 7 +- sim/msp430/local.mk | 7 +- sim/or1k/local.mk | 10 +- sim/ppc/local.mk | 6 + sim/pru/local.mk | 7 +- sim/riscv/local.mk | 7 +- sim/rl78/local.mk | 7 +- sim/rx/local.mk | 9 +- sim/sh/local.mk | 10 +- sim/v850/local.mk | 10 +- 47 files changed, 1189 insertions(+), 1084 deletions(-)