Commit 1063ed8f authored by Russ Cox's avatar Russ Cox

5l: fix arm build

R=r
CC=golang-dev
https://golang.org/cl/3701041
parent 33405ecc
...@@ -105,6 +105,12 @@ adddynrel(Sym *s, Reloc *r) ...@@ -105,6 +105,12 @@ adddynrel(Sym *s, Reloc *r)
diag("adddynrel: unsupported binary format"); diag("adddynrel: unsupported binary format");
} }
void
adddynsym(Sym *s)
{
diag("adddynsym: not implemented");
}
static void static void
elfsetupplt(void) elfsetupplt(void)
{ {
......
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