CL
12741044 added an extra iself condition to an if statement that already contained it. Remove it.
R=rsc
CC=golang-dev
https://golang.org/cl/
12949043
diag("data or bss segment too large");
}
- if(iself && linkmode == LinkExternal && s != nil && s->type == STLSBSS && iself && HEADTYPE != Hopenbsd) {
+ if(iself && linkmode == LinkExternal && s != nil && s->type == STLSBSS && HEADTYPE != Hopenbsd) {
sect = addsection(&segdata, ".tbss", 06);
sect->align = PtrSize;
sect->vaddr = 0;