This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_debug in repository toolchain/ci/binutils-gdb.
from 8be0a6307c Automatic date update in version.in adds 961af0641e sim: moxie: fix datadir handling adds d485f8c7c2 sim: nltvals: drop i960 adds 9af706c919 sim: mn10300: resolve syscalls dynamically adds 96537189c9 sim: frv: resolve syscalls dynamically adds 64ae70dde5 sim: nltvals: pull target syscalls out into a dedicated source file adds e38330f8b0 sim: iq2000/lm32/m32c/moxie/rx: switch to new target-newlib- [...] adds 96b1eb7e17 sim: v850: switch to new target-newlib-syscall adds c44df9148d sim: sh: switch to new target-newlib-syscall adds 0bf1633f01 sim: d10v: switch to new target-newlib-syscall adds ab230d13fc sim: cr16: switch to new target-newlib-syscall adds c8c6ef3807 sim: riscv: switch to new target-newlib-syscall adds 6cbb891faa sim: mcore: switch to new target-newlib-syscall adds 1e42d01772 sim: drop unused gentmap & nltvals.def logic adds 6688220490 sim: unify syscall.o building adds e9307449c3 sim: add checks to core headers to prevent incorrect common [...] adds 28cdb9c67a PR28629 NIOS2 fallout new dba322be6e Automatic date update in version.in
The 1 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: bfd/version.h | 2 +- gas/testsuite/gas/nios2/relax.d | 2 +- sim/.gitignore | 2 - sim/Makefile.am | 5 +- sim/Makefile.in | 43 ++- sim/README-HACKING | 23 +- sim/common/Make-common.in | 30 +- sim/common/gennltvals.py | 166 ++++++---- sim/common/gentmap.c | 79 ----- sim/common/local.mk | 2 + sim/common/nltvals.def | 273 ---------------- sim/common/sim-config.h | 3 + sim/common/sim-load.c | 3 +- sim/common/sim-types.h | 4 + sim/common/target-newlib-syscall.c | 634 +++++++++++++++++++++++++++++++++++++ sim/common/target-newlib-syscall.h | 237 ++++++++++++++ sim/cr16/Makefile.in | 3 - sim/cr16/interp.c | 3 + sim/cr16/simops.c | 73 ++--- sim/d10v/Makefile.in | 5 +- sim/d10v/interp.c | 3 + sim/d10v/simops.c | 54 ++-- sim/frv/traps.c | 3 +- sim/iq2000/iq2000.c | 16 +- sim/lm32/traps.c | 4 +- sim/m32c/syscalls.c | 18 +- sim/mcore/Makefile.in | 3 - sim/mcore/interp.c | 5 + sim/mips/Makefile.in | 2 +- sim/mn10300/mn10300.igen | 2 +- sim/mn10300/mn10300_sim.h | 2 +- sim/mn10300/op_utils.c | 5 +- sim/moxie/Makefile.in | 2 +- sim/moxie/interp.c | 12 +- sim/ppc/Makefile.in | 36 +-- sim/riscv/Makefile.in | 3 - sim/riscv/interp.c | 2 + sim/rx/syscalls.c | 20 +- sim/sh/Makefile.in | 3 - sim/sh/interp.c | 45 +-- sim/v850/Makefile.in | 2 - sim/v850/interp.c | 3 + sim/v850/simops.c | 88 ++--- 43 files changed, 1191 insertions(+), 734 deletions(-) delete mode 100644 sim/common/gentmap.c delete mode 100644 sim/common/nltvals.def create mode 100644 sim/common/target-newlib-syscall.c create mode 100644 sim/common/target-newlib-syscall.h