]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/common/Make-common.in
sim: nltvals: pull target signal out into a dedicated source file
authorMike Frysinger <vapier@gentoo.org>
Wed, 7 Jul 2021 02:43:10 +0000 (22:43 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 31 Oct 2021 08:39:13 +0000 (04:39 -0400)
commit88c8370b25c6a76cb7de19a3ef50a34abc090756
tree4aed96015ba53ee77ccf6f90a13234a2fdd2d825
parenta7e40a99318c46ec57a9c0a64c622b6ec0ed89ff
sim: nltvals: pull target signal out into a dedicated source file

Like we just did for pulling out the errno map, pull out the signal
map into a dedicated common file.  All newlib ports are using the
same signal map which makes it easy.
sim/Makefile.in
sim/common/Make-common.in
sim/common/gentmap.c
sim/common/local.mk
sim/common/nltvals.def
sim/common/target-newlib-signal.c [new file with mode: 0644]