Commit 831c6844 authored by Russ Cox's avatar Russ Cox

5l: fix build

R=ken2
CC=golang-dev
https://golang.org/cl/4538095
parent 64b497c6
...@@ -1977,3 +1977,9 @@ genasmsym(void (*put)(Sym*, char*, int, vlong, vlong, int, Sym*)) ...@@ -1977,3 +1977,9 @@ genasmsym(void (*put)(Sym*, char*, int, vlong, vlong, int, Sym*))
Bprint(&bso, "symsize = %ud\n", symsize); Bprint(&bso, "symsize = %ud\n", symsize);
Bflush(&bso); Bflush(&bso);
} }
void
setpersrc(Sym *s)
{
USED(s);
}
...@@ -202,6 +202,7 @@ void addexport(void); ...@@ -202,6 +202,7 @@ void addexport(void);
void dostkcheck(void); void dostkcheck(void);
void undef(void); void undef(void);
void doweak(void); void doweak(void);
void setpersrc(Sym*);
int pathchar(void); int pathchar(void);
void* mal(uint32); void* mal(uint32);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment