These don't do anything useful; they are just here to fix the build.
R=golang-dev
TBR=r
CC=golang-dev
https://golang.org/cl/
5154048
CALL runtime·notok(SB)
RET
+// TODO: Implement usleep
+TEXT runtime·usleep(SB),7,$0
+ RET
+
/*
descriptor entry format for system call
is the native machine format, ugly as it is:
CALL runtime·notok(SB)
RET
+// TODO: Implement usleep
+TEXT runtime·usleep(SB),7,$0
+ RET
+
// set tls base to DI
TEXT runtime·settls(SB),7,$8
ADDQ $16, DI // adjust for ELF: wants to use -16(FS) and -8(FS) for g and m
}
runtime·panicstring(runtime·sigtab[g->sig].name);
}
+
+// TODO: fill this in properly.
+void
+runtime·osyield(void)
+{
+}