sim: rx: switch syscalls to common nltvals
authorMike Frysinger <vapier@gentoo.org>
Mon, 19 Apr 2021 02:35:19 +0000 (22:35 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 19 Apr 2021 03:02:15 +0000 (23:02 -0400)
commitb3d4da0f120444d98d76bb56646af682d64907dd
tree9864165a9c9a408e9abdc016f5224de08837d387
parentf956ecde56495cbcd5f8a3b440220090ee39ff56
sim: rx: switch syscalls to common nltvals

Rather than hand duplicate the syscall table, switch to the common
nltvals framework.  We have to tweak the constant names, but we get
everything else for free.  I made sure the constants have the same
values before & after too :).
sim/common/ChangeLog
sim/common/gennltvals.py
sim/common/nltvals.def
sim/rx/ChangeLog
sim/rx/Makefile.in
sim/rx/syscall.h [deleted file]
sim/rx/syscalls.c
This page took 0.024093 seconds and 4 git commands to generate.