]> Cypherpunks repositories - gostls13.git/commit
cmd/ld: fix Linux/ARM build
authorShenghou Ma <minux.ma@gmail.com>
Wed, 23 May 2012 03:36:24 +0000 (11:36 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Wed, 23 May 2012 03:36:24 +0000 (11:36 +0800)
commite0b0f62d96b37dd78811159d6ddd9819f374d603
tree4f5c69a6038e372d370ed1f6aaa0339b3f2c22b7
parent50e5951374bfea2c363c2181198980ca152bcf36
cmd/ld: fix Linux/ARM build
        CL 5823055 removed a line introduced in Linux/ARM cgo support.
        Because readsym() now returns nil for "$a", "$d" mapping symbols,
        no matter the settings of `needSym', we still have to guard against
        them in ldelf().

R=golang-dev, dave, rsc
CC=golang-dev
https://golang.org/cl/6220073
src/cmd/ld/ldelf.c