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 b686ecb5b10 gdb: link executables with libtool new 1787fcc45ab sim: riscv: drop subdir configure logic new ee79c7df308 sim: bpf: drop subdir configure logic new 763b20abcbf sim: or1k: drop subdir configure logic new 4cf83930c1e sim: mn10300: drop subdir configure logic new 871aa3b9ee7 sim: v850: drop subdir configure logic
The 5 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 | 47 +- sim/bpf/Makefile.in | 2 + sim/bpf/aclocal.m4 | 16 - sim/bpf/configure | 2932 --------------------- sim/bpf/configure.ac | 7 - sim/configure | 126 +- sim/configure.ac | 11 +- sim/mn10300/Makefile.in | 4 +- sim/mn10300/aclocal.m4 | 16 - sim/mn10300/configure | 2932 --------------------- sim/mn10300/configure.ac | 7 - sim/or1k/Makefile.in | 2 + sim/or1k/aclocal.m4 | 16 - sim/or1k/configure | 2932 --------------------- sim/or1k/configure.ac | 7 - sim/riscv/Makefile.in | 2 + readline/configure.ac => sim/riscv/acinclude.m4 | 25 +- sim/riscv/aclocal.m4 | 16 - sim/riscv/configure | 3096 ----------------------- sim/riscv/configure.ac | 17 - sim/v850/Makefile.in | 2 + sim/v850/aclocal.m4 | 16 - sim/v850/configure | 2932 --------------------- sim/v850/configure.ac | 7 - 24 files changed, 164 insertions(+), 15006 deletions(-) delete mode 100644 sim/bpf/aclocal.m4 delete mode 100755 sim/bpf/configure delete mode 100644 sim/bpf/configure.ac delete mode 100644 sim/mn10300/aclocal.m4 delete mode 100755 sim/mn10300/configure delete mode 100644 sim/mn10300/configure.ac delete mode 100644 sim/or1k/aclocal.m4 delete mode 100755 sim/or1k/configure delete mode 100644 sim/or1k/configure.ac copy readline/configure.ac => sim/riscv/acinclude.m4 (57%) delete mode 100644 sim/riscv/aclocal.m4 delete mode 100755 sim/riscv/configure delete mode 100644 sim/riscv/configure.ac delete mode 100644 sim/v850/aclocal.m4 delete mode 100755 sim/v850/configure delete mode 100644 sim/v850/configure.ac