mirror of
https://github.com/golang/go
synced 2024-11-22 10:44:41 -07:00
5l: attempt to fix arm build
TBR=rsc R=golang-dev CC=golang-dev https://golang.org/cl/5647049
This commit is contained in:
parent
0a7ad329e1
commit
9af4b01654
@ -540,7 +540,7 @@ loop:
|
|||||||
s->type = SBSS;
|
s->type = SBSS;
|
||||||
s->value = 0;
|
s->value = 0;
|
||||||
}
|
}
|
||||||
if(s->type != SBSS) {
|
if(s->type != SBSS && !s->dupok) {
|
||||||
diag("redefinition: %s\n%P", s->name, p);
|
diag("redefinition: %s\n%P", s->name, p);
|
||||||
s->type = SBSS;
|
s->type = SBSS;
|
||||||
s->value = 0;
|
s->value = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user