From 75241b15dbe979163b1cc95df6a5c16e30ddde7b Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 31 Oct 2001 19:19:08 +0000 Subject: 2001-10-31 David Howells * syscall.h: Added SYS_times, SYS_gettimeofday, SYS_link values. * mn10300/times.c: Renamed "times" to "_times" so that it can be referenced by newlib. * mn10300/cygmon.c: New file. * mn10300/crt0_redboot.S: Ditto. * mn10300/crt0_cygmon.S: Ditto. * mn10300/Makefile.in: Added RedBoot and Cygmon support. * mn10300/configure.in: Changed to allow for future evaluation boards to be added. * mn10300/configure: Regenerated. --- libgloss/syscall.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'libgloss/syscall.h') diff --git a/libgloss/syscall.h b/libgloss/syscall.h index da785625a..665cfe892 100644 --- a/libgloss/syscall.h +++ b/libgloss/syscall.h @@ -38,10 +38,12 @@ #define SYS_argv 13 /* These are extras added for one reason or another. */ -#define SYS_chdir 14 -#define SYS_stat 15 -#define SYS_chmod 16 -#define SYS_utime 17 -#define SYS_time 18 - +#define SYS_chdir 14 +#define SYS_stat 15 +#define SYS_chmod 16 +#define SYS_utime 17 +#define SYS_time 18 +#define SYS_gettimeofday 19 +#define SYS_times 20 +#define SYS_link 21 #endif -- cgit v1.2.3