]> Cypherpunks repositories - gostls13.git/commitdiff
ld: make addaddrplus4 static
authorLucio De Re <lucio.dere@gmail.com>
Tue, 16 Aug 2011 18:22:02 +0000 (14:22 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 16 Aug 2011 18:22:02 +0000 (14:22 -0400)
R=golang-dev
CC=golang-dev, rsc
https://golang.org/cl/4835043

src/cmd/ld/data.c

index 974c08708f89ff900b887ba0084bb66e515753fc..e7269169e043956bfa955d7e9d9c0271aa9b6007 100644 (file)
@@ -687,7 +687,7 @@ addaddrplus(Sym *s, Sym *t, int32 add)
        return i;
 }
 
-vlong
+static vlong
 addaddrplus4(Sym *s, Sym *t, int32 add)
 {
        vlong i;