From b7c5246bbfad67b60a820db5e548e665171645ec Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 18 Apr 2021 22:43:06 -0400 Subject: sim: sh: 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 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sim/common/ChangeLog') diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index f0827b2..20a4257 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,5 +1,10 @@ 2021-04-18 Mike Frysinger + * gennltvals.py (TARGET_DIRS, TARGETS): Add sh. + * nltvals.def: Regenerate. + +2021-04-18 Mike Frysinger + * gennltvals.py (TARGETS): Add rx. * nltvals.def: Regenerate. -- cgit v1.1