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 37e9f18266e sim: switch to AC_CHECK_FUNCS_ONCE & merge a little new 2390d779430 sim: iq2000: switch syscalls to common nltvals new f956ecde564 sim: m32c: switch syscalls to common nltvals new b3d4da0f120 sim: rx: switch syscalls to common nltvals new b7c5246bbfa sim: sh: switch syscalls to common nltvals new f3d25569f11 sim: moxie: switch syscalls to common nltvals
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/common/ChangeLog | 25 ++++++++ sim/common/gennltvals.py | 6 ++ sim/common/nltvals.def | 163 +++++++++++++++++++++++++++++++++++++++++++++++ sim/iq2000/ChangeLog | 7 ++ sim/iq2000/Makefile.in | 3 + sim/iq2000/iq2000.c | 38 +++-------- sim/m32c/ChangeLog | 7 ++ sim/m32c/Makefile.in | 3 + sim/m32c/syscall.h | 50 --------------- sim/m32c/syscalls.c | 19 +++--- sim/moxie/ChangeLog | 6 ++ sim/moxie/Makefile.in | 3 + sim/moxie/interp.c | 11 ++-- sim/rx/ChangeLog | 8 +++ sim/rx/Makefile.in | 5 +- sim/rx/syscall.h | 50 --------------- sim/rx/syscalls.c | 21 +++--- sim/sh/ChangeLog | 7 ++ sim/sh/Makefile.in | 3 + sim/sh/interp.c | 45 +++++++------ sim/sh/syscall.h | 36 ----------- 21 files changed, 300 insertions(+), 216 deletions(-) delete mode 100644 sim/m32c/syscall.h delete mode 100644 sim/rx/syscall.h delete mode 100644 sim/sh/syscall.h