Descriptionliblink: remove use of linkmode on ARM
Now that liblink is compiled into the compilers and assemblers,
it must not refer to the "linkmode", since that is not known until
link time. This CL makes the ARM support no longer use linkmode,
which fixes a bug with cgo binaries that contain their own TLS
variables.
The x86 code must also remove linkmode; that is issue 7164.
Fixes issue 6992.
Patch Set 1 #Patch Set 2 : diff -r 3a08deffa322 https://code.google.com/p/go/ #Patch Set 3 : diff -r 3a08deffa322 https://code.google.com/p/go/ #Patch Set 4 : diff -r 619cbfc6f3e2 https://code.google.com/p/go/ #
Total comments: 3
Patch Set 5 : diff -r cd8f9679d5f1 https://code.google.com/p/go/ #
MessagesTotal messages: 5
|