1
0
mirror of https://github.com/golang/go synced 2024-11-22 01:44:40 -07:00

5l: fix build

R=ken2
CC=golang-dev
https://golang.org/cl/4538095
This commit is contained in:
Russ Cox 2011-05-25 09:44:05 -04:00
parent 64b497c62a
commit 831c684434
2 changed files with 7 additions and 0 deletions

View File

@ -1977,3 +1977,9 @@ genasmsym(void (*put)(Sym*, char*, int, vlong, vlong, int, Sym*))
Bprint(&bso, "symsize = %ud\n", symsize);
Bflush(&bso);
}
void
setpersrc(Sym *s)
{
USED(s);
}

View File

@ -202,6 +202,7 @@ void addexport(void);
void dostkcheck(void);
void undef(void);
void doweak(void);
void setpersrc(Sym*);
int pathchar(void);
void* mal(uint32);