• 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
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...