| commit | b868a2393bfd65221fe94e4ef2eebf218dee5a71 | [log] [tgz] |
|---|---|---|
| author | Mike Frysinger <vapier@gentoo.org> | Tue Jul 06 23:21:20 2021 -0400 |
| committer | Mike Frysinger <vapier@gentoo.org> | Sun Oct 31 04:50:44 2021 -0400 |
| tree | 21a05a8a3759bf111590424492a108128fda227e | |
| parent | 88c8370b25c6a76cb7de19a3ef50a34abc090756 [diff] |
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.