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 ca698bee0a3 Automatic date update in version.in new c2783492b62 sim: unify toolchain settings
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: sim/ChangeLog | 10 + sim/Makefile.am | 5 +- sim/Makefile.in | 12 +- sim/aarch64/ChangeLog | 4 + sim/aarch64/aclocal.m4 | 1 + sim/aarch64/configure | 310 +-- sim/aclocal.m4 | 1 + sim/arm/ChangeLog | 4 + sim/arm/aclocal.m4 | 1 + sim/arm/configure | 310 +-- sim/avr/ChangeLog | 4 + sim/avr/aclocal.m4 | 1 + sim/avr/configure | 310 +-- sim/bfin/ChangeLog | 4 + sim/bfin/aclocal.m4 | 1 + sim/bfin/configure | 310 +-- sim/bpf/ChangeLog | 4 + sim/bpf/aclocal.m4 | 1 + sim/bpf/configure | 310 +-- sim/common/ChangeLog | 5 + sim/common/Make-common.in | 3 +- sim/configure | 3911 ++++++++++++++++----------------- sim/configure.ac | 27 +- sim/cr16/ChangeLog | 4 + sim/cr16/aclocal.m4 | 1 + sim/cr16/configure | 310 +-- sim/cris/ChangeLog | 4 + sim/cris/aclocal.m4 | 1 + sim/cris/configure | 310 +-- sim/d10v/ChangeLog | 4 + sim/d10v/aclocal.m4 | 1 + sim/d10v/configure | 310 +-- sim/erc32/ChangeLog | 4 + sim/erc32/aclocal.m4 | 1 + sim/erc32/configure | 310 +-- sim/frv/ChangeLog | 4 + sim/frv/aclocal.m4 | 1 + sim/frv/configure | 310 +-- sim/ft32/ChangeLog | 4 + sim/ft32/aclocal.m4 | 1 + sim/ft32/configure | 310 +-- sim/h8300/ChangeLog | 4 + sim/h8300/aclocal.m4 | 1 + sim/h8300/configure | 310 +-- sim/igen/ChangeLog | 8 + {libdecnumber => sim/igen}/aclocal.m4 | 5 +- sim/igen/configure | 1701 +++++++++++--- sim/igen/configure.ac | 24 +- sim/iq2000/ChangeLog | 4 + sim/iq2000/aclocal.m4 | 1 + sim/iq2000/configure | 310 +-- sim/lm32/ChangeLog | 4 + sim/lm32/aclocal.m4 | 1 + sim/lm32/configure | 310 +-- sim/m32c/ChangeLog | 4 + sim/m32c/aclocal.m4 | 1 + sim/m32c/configure | 310 +-- sim/m32r/ChangeLog | 4 + sim/m32r/aclocal.m4 | 1 + sim/m32r/configure | 310 +-- sim/m4/sim_ac_common.m4 | 51 +- sim/m4/sim_ac_toolchain.m4 | 70 + sim/m68hc11/ChangeLog | 4 + sim/m68hc11/aclocal.m4 | 1 + sim/m68hc11/configure | 310 +-- sim/mcore/ChangeLog | 4 + sim/mcore/aclocal.m4 | 1 + sim/mcore/configure | 310 +-- sim/microblaze/ChangeLog | 4 + sim/microblaze/aclocal.m4 | 1 + sim/microblaze/configure | 310 +-- sim/mips/ChangeLog | 4 + sim/mips/aclocal.m4 | 1 + sim/mips/configure | 310 +-- sim/mn10300/ChangeLog | 4 + sim/mn10300/aclocal.m4 | 1 + sim/mn10300/configure | 310 +-- sim/moxie/ChangeLog | 4 + sim/moxie/aclocal.m4 | 1 + sim/moxie/configure | 310 +-- sim/msp430/ChangeLog | 4 + sim/msp430/aclocal.m4 | 1 + sim/msp430/configure | 310 +-- sim/or1k/ChangeLog | 4 + sim/or1k/aclocal.m4 | 1 + sim/or1k/configure | 310 +-- sim/pru/ChangeLog | 4 + sim/pru/aclocal.m4 | 1 + sim/pru/configure | 310 +-- sim/riscv/ChangeLog | 4 + sim/riscv/aclocal.m4 | 1 + sim/riscv/configure | 310 +-- sim/rl78/ChangeLog | 4 + sim/rl78/aclocal.m4 | 1 + sim/rl78/configure | 310 +-- sim/rx/ChangeLog | 4 + sim/rx/aclocal.m4 | 1 + sim/rx/configure | 310 +-- sim/sh/ChangeLog | 4 + sim/sh/aclocal.m4 | 1 + sim/sh/configure | 310 +-- sim/v850/ChangeLog | 4 + sim/v850/aclocal.m4 | 1 + sim/v850/configure | 310 +-- 104 files changed, 8363 insertions(+), 6920 deletions(-) copy {libdecnumber => sim/igen}/aclocal.m4 (86%) create mode 100644 sim/m4/sim_ac_toolchain.m4