sim: nltvals: localize TARGET_<open> defines
authorMike Frysinger <vapier@gentoo.org>
Wed, 7 Jul 2021 03:21:20 +0000 (23:21 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 31 Oct 2021 08:50:44 +0000 (04:50 -0400)
commitb868a2393bfd65221fe94e4ef2eebf218dee5a71
tree21a05a8a3759bf111590424492a108128fda227e
parent88c8370b25c6a76cb7de19a3ef50a34abc090756
sim: nltvals: localize TARGET_<open> defines

Code should not be using these directly, instead they should be
resolving these dynamically via the open_map.  Rework the common
callback code that was using the defines to use symbolic names
instead, and localize some of the defines in the ARM code (since
it's a bit unclear how many different APIs it supports currently),
then remove the defines out of the header so no new code can rely on
them.
sim/arm/armos.c
sim/common/callback.c
sim/common/gentmap.c