runtime: change textflags from numbers to symbols

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/12798043
This commit is contained in:
Keith Randall 2013-08-12 13:47:18 -07:00
parent 2791ef0b67
commit e838334beb
36 changed files with 156 additions and 119 deletions

View file

@ -7,6 +7,7 @@
#include "os_GOOS.h"
#include "signal_unix.h"
#include "stack.h"
#include "../../cmd/ld/textflag.h"
enum
{
@ -59,7 +60,7 @@ runtime·semacreate(void)
return 1;
}
#pragma textflag 7
#pragma textflag NOSPLIT
int32
runtime·semasleep(int64 ns)
{