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 f9cd2be59c1 sim: erc32: use silent build rules with sis linkage new a7e40a99318 sim: nltvals: pull target errno out into a dedicated source file new 88c8370b25c sim: nltvals: pull target signal out into a dedicated source file
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/Makefile.in | 38 +++++ sim/common/Make-common.in | 2 + sim/common/gennltvals.py | 109 +++++++++----- sim/common/gentmap.c | 44 ------ sim/common/local.mk | 2 + sim/common/nltvals.def | 133 ------------------ sim/common/target-newlib-errno.c | 289 ++++++++++++++++++++++++++++++++++++++ sim/common/target-newlib-signal.c | 136 ++++++++++++++++++ 8 files changed, 541 insertions(+), 212 deletions(-) create mode 100644 sim/common/target-newlib-errno.c create mode 100644 sim/common/target-newlib-signal.c