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 4d4996a55e6 sim: build: use Automake include vars new 93b937c9037 sim: cgen: hoist rules to the top-level build new 3abb19ad7e9 sim: bpf: hoist cgen rules to top-level new 3298ee7a2c3 sim: cris: hoist cgen rules to top-level new cd313814aa7 sim: frv: hoist cgen rules to top-level new d5dd8f5d164 sim: iq2000: hoist cgen rules to top-level new 869585833a0 sim: lm32: hoist cgen rules to top-level new cf764309dc6 sim: m32r: hoist cgen rules to top-level new f1a0a99c04f sim: or1k: hoist cgen rules to top-level new 3b89a7b8ce9 sim: cgen: drop common subdir build rules
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 | 154 ++++++++++++++++++++++++++++++++++++++++++++++ sim/arch-subdir.mk.in | 6 -- sim/bpf/Makefile.in | 90 --------------------------- sim/bpf/local.mk | 40 ++++++++++++ sim/common/Make-common.in | 68 -------------------- sim/common/local.mk | 60 ++++++++++++++++++ sim/cris/Makefile.in | 33 ---------- sim/cris/local.mk | 17 +++++ sim/frv/Makefile.in | 24 -------- sim/frv/local.mk | 11 ++++ sim/iq2000/Makefile.in | 26 -------- sim/iq2000/local.mk | 11 ++++ sim/lm32/Makefile.in | 22 ------- sim/lm32/local.mk | 11 ++++ sim/m32r/Makefile.in | 48 --------------- sim/m32r/local.mk | 19 ++++++ sim/or1k/Makefile.in | 34 ---------- sim/or1k/local.mk | 11 ++++ 18 files changed, 334 insertions(+), 351 deletions(-)