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 10df3b929c7 Automatic date update in version.in new c0e97c85259 sim: common: add $LINENO rewriting support to genmloop scripts new 6003fe166df sim: mloop: add #line pragmas everywhere new 06bc778c13c sim: m32c: fix initial #line number in generated code
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: sim/Makefile.in | 6 +- sim/common/genmloop.sh | 81 +++++++++++++++++----- .../py-exec-mi.exp => sim/common/lineno.sh | 38 ++++++---- sim/common/local.mk | 6 +- sim/cris/mloop.in | 5 ++ sim/frv/mloop.in | 4 ++ sim/iq2000/mloop.in | 4 ++ sim/lm32/mloop.in | 4 ++ sim/m32c/opc2c.c | 2 +- sim/m32r/mloop.in | 4 ++ sim/m32r/mloop2.in | 3 + sim/m32r/mloopx.in | 3 + sim/or1k/mloop.in | 4 ++ 13 files changed, 128 insertions(+), 36 deletions(-) copy gdb/testsuite/gdb.python/py-exec-mi.exp => sim/common/lineno.sh (54%) mode change 100644 => 100755