• Michael Steinert's avatar
    cmd/cgo: unify cgo output for gc and gccgo · ee714947
    Michael Steinert authored
    When calling a Go function that returns multiple values from C, cgo
    generates a structure to hold the values. According to the documentation
    this structure is called `struct <function-name>_return`. When compiling
    for gccgo the generated structure name is `struct <function-name>_result`.
    This change updates the output for gccgo to match the documentation and
    output for gc.
    
    Fixes #20910
    
    Change-Id: Iaea8030a695a7aaf9d9f317447fc05615d8e4adc
    Reviewed-on: https://go-review.googlesource.com/49350Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
    Run-TryBot: Ian Lance Taylor <iant@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    ee714947
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...