aboutsummaryrefslogtreecommitdiff
path: root/sim/common/nltvals.def
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/nltvals.def')
-rw-r--r--sim/common/nltvals.def27
1 files changed, 27 insertions, 0 deletions
diff --git a/sim/common/nltvals.def b/sim/common/nltvals.def
index ba01962..c8089c0 100644
--- a/sim/common/nltvals.def
+++ b/sim/common/nltvals.def
@@ -454,3 +454,30 @@
/* end cr16 sys target macros */
#endif
#endif
+#ifdef NL_TARGET_lm32
+#ifdef sys_defs
+/* from syscall.h */
+/* begin lm32 sys target macros */
+ { "SYS_argv", 13 },
+ { "SYS_argvlen", 12 },
+ { "SYS_chdir", 14 },
+ { "SYS_chmod", 16 },
+ { "SYS_close", 3 },
+ { "SYS_exit", 1 },
+ { "SYS_fstat", 10 },
+ { "SYS_getpid", 8 },
+ { "SYS_gettimeofday", 19 },
+ { "SYS_kill", 9 },
+ { "SYS_link", 21 },
+ { "SYS_lseek", 6 },
+ { "SYS_open", 2 },
+ { "SYS_read", 4 },
+ { "SYS_stat", 15 },
+ { "SYS_time", 18 },
+ { "SYS_times", 20 },
+ { "SYS_unlink", 7 },
+ { "SYS_utime", 17 },
+ { "SYS_write", 5 },
+/* end lm32 sys target macros */
+#endif
+#endif