diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-04-18 22:48:31 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-04-18 23:03:38 -0400 |
commit | f3d25569f113248ae34ac35e950378a90d332e64 (patch) | |
tree | d405b6cb96cbc4e8824c3adbd88b9500c127d5b1 /sim/common/gennltvals.py | |
parent | b7c5246bbfad67b60a820db5e548e665171645ec (diff) | |
download | binutils-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-x | sim/common/gennltvals.py | 1 |
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', |