1
0
mirror of https://github.com/golang/go synced 2024-10-03 16:41:28 -06:00

5l: fix arm build

R=r
CC=golang-dev
https://golang.org/cl/3701041
This commit is contained in:
Russ Cox 2010-12-15 14:57:49 -08:00
parent 33405ecc86
commit 1063ed8f3b

View File

@ -105,6 +105,12 @@ adddynrel(Sym *s, Reloc *r)
diag("adddynrel: unsupported binary format");
}
void
adddynsym(Sym *s)
{
diag("adddynsym: not implemented");
}
static void
elfsetupplt(void)
{