aboutsummaryrefslogtreecommitdiff
path: root/sim/rx/syscall.h
AgeCommit message (Collapse)AuthorFilesLines
2021-04-18sim: rx: switch syscalls to common nltvalsMike Frysinger1-50/+0
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 :).
2009-11-24[sim]DJ Delorie1-0/+50
* rx: New directory. * configure.ac: Add entry for Renesas RX. * configure: Regenerate. [include/gdb] * sim-rx.h: New.