]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/common/Make-common.in
sim: nltvals: pull target open flags out into a dedicated source file
authorMike Frysinger <vapier@gentoo.org>
Wed, 7 Jul 2021 03:37:56 +0000 (23:37 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 31 Oct 2021 08:51:44 +0000 (04:51 -0400)
commit670817b94710b751f032d5b89a3026428ce9c397
treee0d82b19bc6895dd09670921fa114febef0dc00a
parentb868a2393bfd65221fe94e4ef2eebf218dee5a71
sim: nltvals: pull target open flags out into a dedicated source file

Like we just did for pulling out the errno & signal maps, pull out the
open flag map into a dedicated common file.  All newlib ports are using
the same 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-open.c [new file with mode: 0644]