sim: nltvals: unify common syscall tables
Since libgloss provides a default syscall table for arches, use that to provide the default syscall table for ports. Only the exceptions need to be enumerated now with the common logic as the default.
This commit is contained in:
parent
66d055c754
commit
bd0918c910
29 changed files with 117 additions and 508 deletions
|
@ -1,3 +1,7 @@
|
|||
2021-04-26 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* Makefile.in (NL_TARGET): Delete.
|
||||
|
||||
2021-04-26 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* aclocal.m4, config.in, configure: Regenerate.
|
||||
|
|
|
@ -18,9 +18,6 @@
|
|||
### You should have received a copy of the GNU General Public License
|
||||
### along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# This selects the newlib/libgloss syscall definitions.
|
||||
NL_TARGET = -DNL_TARGET_m32c
|
||||
|
||||
## COMMON_PRE_CONFIG_FRAG
|
||||
|
||||
SIM_EXTRA_CFLAGS = -Wall -DTIMER_A
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue