Descriptioncmd/ld: change GC_CALL to 32-bit relative address
The current code uses 64-bit pc-relative on 64-bit systems,
but in ELF linkers there is no such thing, so we cannot
express this in a .o file. Change to 32-bit.
Patch Set 1 #Patch Set 2 : diff -r 1e891021e069 https://go.googlecode.com/hg #Patch Set 3 : diff -r 1e891021e069 https://go.googlecode.com/hg #Patch Set 4 : diff -r 6b06c70f12ca https://go.googlecode.com/hg #MessagesTotal messages: 3
|