]> Cypherpunks repositories - gostls13.git/commitdiff
5l: fix arm build
authorRuss Cox <rsc@golang.org>
Wed, 15 Dec 2010 22:57:49 +0000 (14:57 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 15 Dec 2010 22:57:49 +0000 (14:57 -0800)
R=r
CC=golang-dev
https://golang.org/cl/3701041

src/cmd/5l/asm.c

index a26d5e209dacec99e9ae6dae1425b86e60be44e8..7ceea59b6741e27fb7cdb91d206a862fc3ac577a 100644 (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)
 {