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 a687671327d sim: rx: replace cycle-stats with common profile settings new dd8e16ea7b2 sim: unify sim-load.o building new ad9cc209704 sim: start unifying portability shims
The 2 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 | 4 ++ sim/Makefile.in | 69 ++++++++++++++++++++++- sim/bfin/ChangeLog | 5 ++ sim/bfin/interp.c | 20 +------ sim/common/ChangeLog | 15 +++++ sim/common/Make-common.in | 7 ++- sim/common/defs.h | 4 ++ sim/common/local.mk | 7 +++ sim/common/{sim-info.c => portability.c} | 57 +++++++++++++++---- sim/{frv/profile-fr400.h => common/portability.h} | 39 +++++++++---- sim/cris/ChangeLog | 4 ++ sim/cris/traps.c | 1 + sim/m32r/ChangeLog | 4 ++ sim/m32r/traps-linux.c | 1 + 14 files changed, 190 insertions(+), 47 deletions(-) copy sim/common/{sim-info.c => portability.c} (53%) copy sim/{frv/profile-fr400.h => common/portability.h} (58%)