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:
Diffstat (limited to 'libgloss/d30v/syscalls.c')
-rw-r--r--libgloss/d30v/syscalls.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/libgloss/d30v/syscalls.c b/libgloss/d30v/syscalls.c
index b55bb629a..58c738cb8 100644
--- a/libgloss/d30v/syscalls.c
+++ b/libgloss/d30v/syscalls.c
@@ -17,19 +17,18 @@
*/
#include <stdlib.h>
-#include <time.h>
#include "syscall.h"
extern int *__errno(), errno;
__asm__ (
-" .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\
+" .globl __syscall
+ .type __syscall,@function
+__syscall:
+ trap 31 || nop
+ cmpge f0,r2,0 -> jmp/tx link
+ bra __set_errno
+ .size __syscall,.-__syscall
");
int