• Julian Phillips's avatar
    cgo: omit duplicate symbols in writeDefs · 01dd57b3
    Julian Phillips authored
    When the C API being used includes multiple names for the same
    underlying symbol (e.g. multiple #define's for the same variable), then
    cgo will generate the same placeholder variables for each name.  This
    then prevents the code from compiling due to multiple declarations of
    the same variable - so change cgo to only create one instance of the
    variable for the underlying symbol.
    
    R=rsc
    CC=golang-dev
    https://golang.org/cl/4826055
    01dd57b3
Name
Last commit
Last update
..
5a Loading commit data...
5c Loading commit data...
5g Loading commit data...
5l Loading commit data...
6a Loading commit data...
6c Loading commit data...
6g Loading commit data...
6l Loading commit data...
8a Loading commit data...
8c Loading commit data...
8g Loading commit data...
8l Loading commit data...
cc Loading commit data...
cgo Loading commit data...
cov Loading commit data...
ebnflint Loading commit data...
gc Loading commit data...
godefs Loading commit data...
godoc Loading commit data...
gofix Loading commit data...
gofmt Loading commit data...
goinstall Loading commit data...
gomake Loading commit data...
gopack Loading commit data...
gotest Loading commit data...
gotry Loading commit data...
gotype Loading commit data...
govet Loading commit data...
goyacc Loading commit data...
hgpatch Loading commit data...
ld Loading commit data...
nm Loading commit data...
prof Loading commit data...
Makefile Loading commit data...