sim: common: add back Blackfin syscalls

A semi-recent change which regenerated nltvals.def somehow missed all of
the Blackfin syscalls.  So regenerate against the latest tree to get them
back.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2011-05-26 18:20:13 +00:00
parent 3223143295
commit 3ddcae71bb
2 changed files with 35 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2011-05-26 Mike Frysinger <vapier@gentoo.org>
* nltvals.def: Regenerate to include Blackfin syscalls again.
2011-05-25 Mike Frysinger <vapier@gentoo.org>
* sim-trace.c (OPTION_TRACE_SYSCALL): New enum.

View file

@ -149,6 +149,37 @@
{ "O_WRONLY", 1 },
/* end open target macros */
#endif
#ifdef NL_TARGET_bfin
#ifdef sys_defs
/* from syscall.h */
/* begin bfin sys target macros */
{ "SYS_argc", 22 },
{ "SYS_argn", 24 },
{ "SYS_argnlen", 23 },
{ "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_reconfig", 25 },
{ "SYS_stat", 15 },
{ "SYS_time", 18 },
{ "SYS_times", 20 },
{ "SYS_unlink", 7 },
{ "SYS_utime", 17 },
{ "SYS_write", 5 },
/* end bfin sys target macros */
#endif
#endif
#ifdef NL_TARGET_d10v
#ifdef sys_defs
/* from syscall.h */