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 055a3f27e8c sim: m32r: fix virtual environment with Linux targets new d4a0121347a sim: m32r: replace custom endian helpers with sim-endian new fe41f7211ab sim: m32r: unify ELF & Linux traps logic new 54af62279c1 sim: m32r: reformat linux traps code new 313c332ff2d sim: m32r: merge with common configure script
The 4 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 | 5 + sim/Makefile.in | 4 +- sim/configure | 24 +- sim/configure.ac | 2 +- sim/m32r/ChangeLog | 32 + sim/m32r/Makefile.in | 5 +- sim/m32r/aclocal.m4 | 15 - sim/m32r/configure | 2891 ------------------------------------------------ sim/m32r/configure.ac | 18 - sim/m32r/sim-if.c | 15 +- sim/m32r/sim-main.h | 7 - sim/m32r/traps-linux.c | 1353 ---------------------- sim/m32r/traps.c | 1195 +++++++++++++++++++- 13 files changed, 1252 insertions(+), 4314 deletions(-) delete mode 100644 sim/m32r/aclocal.m4 delete mode 100755 sim/m32r/configure delete mode 100644 sim/m32r/configure.ac delete mode 100644 sim/m32r/traps-linux.c