mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
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 :).
This commit is contained in:
@@ -70,6 +70,7 @@ TARGETS = {
|
||||
'msp430',
|
||||
'pru',
|
||||
'riscv',
|
||||
'rx',
|
||||
'sparc',
|
||||
'v850',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user