• 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
..
android Loading commit data...
arm Loading commit data...
cgo Loading commit data...
chrome/gophertool Loading commit data...
git Loading commit data...
ios Loading commit data...
linkcheck Loading commit data...
nacl Loading commit data...
sortac Loading commit data...
swig Loading commit data...
trace Loading commit data...
benchcmp Loading commit data...
editors Loading commit data...