• 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
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...