Add d10v and v850 to gennltvals.sh and regenerate.

Add a howto.
This commit is contained in:
Andrew Cagney
1998-11-24 07:59:01 +00:00
parent c59356d3b4
commit fbf1f3f1f6
3 changed files with 84 additions and 18 deletions

View File

@ -180,6 +180,30 @@
{ "O_WRONLY", 1 },
/* end open target macros */
#endif
#ifdef NL_TARGET_d10v
#ifdef sys_defs
/* from syscall.h */
/* begin d10v 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_kill", 9 },
{ "SYS_lseek", 6 },
{ "SYS_open", 2 },
{ "SYS_read", 4 },
{ "SYS_stat", 15 },
{ "SYS_time", 18 },
{ "SYS_unlink", 7 },
{ "SYS_utime", 17 },
{ "SYS_write", 5 },
/* end d10v sys target macros */
#endif
#endif
#ifdef NL_TARGET_d30v
#ifdef sys_defs
/* from syscall.h */
@ -252,10 +276,10 @@
/* end m32r sys target macros */
#endif
#endif
#ifdef NL_TARGET_sparc
#ifdef NL_TARGET_mn10200
#ifdef sys_defs
/* from syscall.h */
/* begin sparc sys target macros */
/* begin mn10200 sys target macros */
{ "SYS_argv", 13 },
{ "SYS_argvlen", 12 },
{ "SYS_chdir", 14 },
@ -273,7 +297,7 @@
{ "SYS_unlink", 7 },
{ "SYS_utime", 17 },
{ "SYS_write", 5 },
/* end sparc sys target macros */
/* end mn10200 sys target macros */
#endif
#endif
#ifdef NL_TARGET_mn10300
@ -300,10 +324,10 @@
/* end mn10300 sys target macros */
#endif
#endif
#ifdef NL_TARGET_mn10200
#ifdef NL_TARGET_sparc
#ifdef sys_defs
/* from syscall.h */
/* begin mn10200 sys target macros */
/* begin sparc sys target macros */
{ "SYS_argv", 13 },
{ "SYS_argvlen", 12 },
{ "SYS_chdir", 14 },
@ -321,6 +345,30 @@
{ "SYS_unlink", 7 },
{ "SYS_utime", 17 },
{ "SYS_write", 5 },
/* end mn10200 sys target macros */
/* end sparc sys target macros */
#endif
#endif
#ifdef NL_TARGET_v850
#ifdef sys_defs
/* from syscall.h */
/* begin v850 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_kill", 9 },
{ "SYS_lseek", 6 },
{ "SYS_open", 2 },
{ "SYS_read", 4 },
{ "SYS_stat", 15 },
{ "SYS_time", 18 },
{ "SYS_unlink", 7 },
{ "SYS_utime", 17 },
{ "SYS_write", 5 },
/* end v850 sys target macros */
#endif
#endif