• Ian Lance Taylor's avatar
    cmd/cgo: gccgo fixes · d9d3debe
    Ian Lance Taylor authored
    Don't require a full-scale callback for calls to the special
    prologue functions.
    
    Always use a simple wrapper function for C functions, so that
    we can handle static functions defined in the import "C"
    comment.
    
    Disable a test that relies on gc-specific function names.
    
    Fixes #5905.
    
    R=golang-dev, rsc
    CC=golang-dev
    https://golang.org/cl/11406047
    d9d3debe
out.go 32.8 KB