aboutsummaryrefslogtreecommitdiff
path: root/sim/common/gennltvals.py
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-04-18 22:48:31 -0400
committerMike Frysinger <vapier@gentoo.org>2021-04-18 23:03:38 -0400
commitf3d25569f113248ae34ac35e950378a90d332e64 (patch)
treed405b6cb96cbc4e8824c3adbd88b9500c127d5b1 /sim/common/gennltvals.py
parentb7c5246bbfad67b60a820db5e548e665171645ec (diff)
downloadbinutils-f3d25569f113248ae34ac35e950378a90d332e64.zip
binutils-f3d25569f113248ae34ac35e950378a90d332e64.tar.gz
binutils-f3d25569f113248ae34ac35e950378a90d332e64.tar.bz2
sim: moxie: switch syscalls to common nltvals
Rather than hand duplicate the syscall constants, switch to the common nltvals framework. I made sure the constants have the same values before & after too :).
Diffstat (limited to 'sim/common/gennltvals.py')
-rwxr-xr-xsim/common/gennltvals.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/common/gennltvals.py b/sim/common/gennltvals.py
index 5831607..cf23c39 100755
--- a/sim/common/gennltvals.py
+++ b/sim/common/gennltvals.py
@@ -68,6 +68,7 @@ TARGETS = {
'mcore',
'mn10200',
'mn10300',
+ 'moxie',
'msp430',
'pru',
'riscv',