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 88c8370b25c sim: nltvals: pull target signal out into a dedicated source file new b868a2393bf sim: nltvals: localize TARGET_<open> defines new 670817b9471 sim: nltvals: pull target open flags out into a dedicated s [...] new cd3ee89d386 sim: unify callback.o building new f9bfc01578a sim: drop unused targ-vals.h includes
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/Makefile.in | 38 ++++++++++++++++++ sim/arm/armos.c | 17 ++++++--- sim/common/Make-common.in | 4 +- sim/common/callback.c | 42 +++++++++++++------- sim/common/gentmap.c | 24 ------------ sim/common/local.mk | 2 + sim/common/nltvals.def | 25 ------------ sim/common/sim-io.c | 1 - sim/common/sim-syscall.c | 1 - sim/common/syscall.c | 1 - sim/common/target-newlib-open.c | 85 +++++++++++++++++++++++++++++++++++++++++ sim/m32r/traps.c | 1 - sim/msp430/msp430-sim.c | 1 - sim/riscv/sim-main.c | 2 - 14 files changed, 167 insertions(+), 77 deletions(-) create mode 100644 sim/common/target-newlib-open.c