Descriptioncmd/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().
Patch Set 1 #Patch Set 2 : diff -r 046668c6315e https://code.google.com/p/go/ #Patch Set 3 : diff -r 046668c6315e https://code.google.com/p/go/ #Patch Set 4 : diff -r 66a5ac82dc70 https://code.google.com/p/go/ #MessagesTotal messages: 6
|