Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-04-16 00:45:59 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-04-16 00:45:59 +0400
commit99db4d735617254a6486e1de4a31e718edfa4747 (patch)
treee48abb1b7fcd1d870fc0208961f4867036321180 /libgloss/d30v
parentbc1fcb77980fd5ebc360d4145dca1eeefd4ad213 (diff)
2002-04-15 Hans-Peter Nilsson <hp@bitrange.com>
* d30v/syscalls.c: #include <time.h>. Don't use multi-line strings.
Diffstat (limited to 'libgloss/d30v')
-rw-r--r--libgloss/d30v/syscalls.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/libgloss/d30v/syscalls.c b/libgloss/d30v/syscalls.c
index 58c738cb8..b55bb629a 100644
--- a/libgloss/d30v/syscalls.c
+++ b/libgloss/d30v/syscalls.c
@@ -17,18 +17,19 @@
*/
#include <stdlib.h>
+#include <time.h>
#include "syscall.h"
extern int *__errno(), errno;
__asm__ (
-" .globl __syscall
- .type __syscall,@function
-__syscall:
- trap 31 || nop
- cmpge f0,r2,0 -> jmp/tx link
- bra __set_errno
- .size __syscall,.-__syscall
+" .globl __syscall \n\
+ .type __syscall,@function \n\
+__syscall: \n\
+ trap 31 || nop \n\
+ cmpge f0,r2,0 -> jmp/tx link \n\
+ bra __set_errno \n\
+ .size __syscall,.-__syscall \n\
");
int