]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/ld: remove duplicated nuxiinit() call.
authorShenghou Ma <minux@golang.org>
Sat, 26 Jul 2014 21:45:45 +0000 (17:45 -0400)
committerShenghou Ma <minux@golang.org>
Sat, 26 Jul 2014 21:45:45 +0000 (17:45 -0400)
It is already called by linknew().

LGTM=dave
R=rsc, dave
CC=golang-codereviews
https://golang.org/cl/120760043

src/cmd/ld/pobj.c

index 5584eb244a4db6112ba710410b3b81d734401a2b..d78dacd3683d8b65dbb3203b115ac7cfa527cb27 100644 (file)
@@ -63,7 +63,6 @@ main(int argc, char *argv[])
        INITRND = -1;
        INITENTRY = 0;
        linkmode = LinkAuto;
-       nuxiinit();
        
        if(thechar == '5' && ctxt->goarm == 5)
                debug['F'] = 1;