• James Gray's avatar
    cmd/cgo: allow for stdcall decorated dynimport names · dab268fa
    James Gray authored
    To allow for stdcall decorated names on Windows, two changes were needed:
    1. Change the symbol versioning delimiter '@' in cgo's dynimport output to a '#', and in cmd/ld when it parses dynimports.
    2. Remove the "@N" decorator from the first argument of cgo's dynimport output (PE only).
    
    Fixes #4607.
    
    R=minux.ma, adg, rsc
    CC=golang-dev
    https://golang.org/cl/7047043
    dab268fa
Name
Last commit
Last update
..
ast.go Loading commit data...
doc.go Loading commit data...
gcc.go Loading commit data...
godefs.go Loading commit data...
main.go Loading commit data...
out.go Loading commit data...
util.go Loading commit data...