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 a48ff3efda8 sim: ppc: unify header & function & type tests too new 4b530cfa37a Automatic date update in version.in new 497a20bd3b7 sim: split debug/stdio/trace/profile options into dedicated [...] new 04381273a9e sim: unify debug/stdio/trace/profile build settings
The 3 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/ChangeLog | 19 +++ sim/Makefile.in | 4 + sim/aarch64/config.in | 18 --- sim/aarch64/configure | 134 +-------------------- sim/aclocal.m4 | 4 + sim/arm/config.in | 18 --- sim/arm/configure | 134 +-------------------- sim/avr/config.in | 18 --- sim/avr/configure | 134 +-------------------- sim/bfin/config.in | 18 --- sim/bfin/configure | 134 +-------------------- sim/bpf/config.in | 18 --- sim/bpf/configure | 134 +-------------------- sim/config.h.in | 18 +++ sim/configure | 123 +++++++++++++++++++ sim/configure.ac | 6 + sim/cr16/config.in | 18 --- sim/cr16/configure | 134 +-------------------- sim/cris/config.in | 18 --- sim/cris/configure | 134 +-------------------- sim/d10v/config.in | 18 --- sim/d10v/configure | 134 +-------------------- sim/erc32/config.in | 18 --- sim/erc32/configure | 134 +-------------------- sim/example-synacor/config.in | 18 --- sim/example-synacor/configure | 134 +-------------------- sim/frv/config.in | 18 --- sim/frv/configure | 134 +-------------------- sim/ft32/config.in | 18 --- sim/ft32/configure | 134 +-------------------- sim/h8300/config.in | 18 --- sim/h8300/configure | 134 +-------------------- sim/iq2000/config.in | 18 --- sim/iq2000/configure | 134 +-------------------- sim/lm32/config.in | 18 --- sim/lm32/configure | 134 +-------------------- sim/m32c/config.in | 18 --- sim/m32c/configure | 134 +-------------------- sim/m32r/config.in | 18 --- sim/m32r/configure | 134 +-------------------- sim/m4/sim_ac_common.m4 | 105 ---------------- ..._ac_option_assert.m4 => sim_ac_option_debug.m4} | 30 +++-- sim/m4/sim_ac_option_profile.m4 | 48 ++++++++ ..._ac_option_assert.m4 => sim_ac_option_stdio.m4} | 27 +++-- sim/m4/sim_ac_option_trace.m4 | 46 +++++++ sim/m68hc11/config.in | 18 --- sim/m68hc11/configure | 134 +-------------------- sim/mcore/config.in | 18 --- sim/mcore/configure | 134 +-------------------- sim/microblaze/config.in | 18 --- sim/microblaze/configure | 134 +-------------------- sim/mips/config.in | 18 --- sim/mips/configure | 134 +-------------------- sim/mn10300/config.in | 18 --- sim/mn10300/configure | 134 +-------------------- sim/moxie/config.in | 18 --- sim/moxie/configure | 134 +-------------------- sim/msp430/config.in | 18 --- sim/msp430/configure | 134 +-------------------- sim/or1k/config.in | 18 --- sim/or1k/configure | 134 +-------------------- sim/ppc/config.in | 6 - sim/ppc/configure | 44 ------- sim/ppc/configure.ac | 26 ---- sim/ppc/debug.h | 19 +++ sim/pru/config.in | 18 --- sim/pru/configure | 134 +-------------------- sim/riscv/config.in | 18 --- sim/riscv/configure | 134 +-------------------- sim/rl78/config.in | 18 --- sim/rl78/configure | 134 +-------------------- sim/rx/config.in | 18 --- sim/rx/configure | 134 +-------------------- sim/sh/config.in | 18 --- sim/sh/configure | 134 +-------------------- sim/v850/config.in | 18 --- sim/v850/configure | 134 +-------------------- 78 files changed, 381 insertions(+), 4858 deletions(-) copy sim/m4/{sim_ac_option_assert.m4 => sim_ac_option_debug.m4} (55%) create mode 100644 sim/m4/sim_ac_option_profile.m4 copy sim/m4/{sim_ac_option_assert.m4 => sim_ac_option_stdio.m4} (56%) create mode 100644 sim/m4/sim_ac_option_trace.m4