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 b79efe264f9 sim: unify scache settings new 408a44aac1c sim: cris/frv/iq2000/lm32: merge with common configure script
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 | 6 + sim/Makefile.in | 24 +- sim/configure | 105 +- sim/configure.ac | 9 +- sim/cris/ChangeLog | 6 + sim/cris/aclocal.m4 | 15 - sim/cris/configure | 2876 ----------------------------------------- sim/cris/configure.ac | 5 - sim/frv/ChangeLog | 7 + sim/{rx => frv}/acinclude.m4 | 21 +- sim/frv/aclocal.m4 | 15 - sim/frv/configure | 2906 ------------------------------------------ sim/frv/configure.ac | 23 - sim/iq2000/ChangeLog | 6 + sim/iq2000/aclocal.m4 | 15 - sim/iq2000/configure | 2876 ----------------------------------------- sim/iq2000/configure.ac | 5 - sim/lm32/ChangeLog | 6 + sim/lm32/aclocal.m4 | 15 - sim/lm32/configure | 2876 ----------------------------------------- sim/lm32/configure.ac | 5 - 21 files changed, 163 insertions(+), 11659 deletions(-) delete mode 100644 sim/cris/aclocal.m4 delete mode 100755 sim/cris/configure delete mode 100644 sim/cris/configure.ac copy sim/{rx => frv}/acinclude.m4 (63%) delete mode 100644 sim/frv/aclocal.m4 delete mode 100755 sim/frv/configure delete mode 100644 sim/frv/configure.ac delete mode 100644 sim/iq2000/aclocal.m4 delete mode 100755 sim/iq2000/configure delete mode 100644 sim/iq2000/configure.ac delete mode 100644 sim/lm32/aclocal.m4 delete mode 100755 sim/lm32/configure delete mode 100644 sim/lm32/configure.ac