aboutsummaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorMichael Steinert <mike.steinert@gmail.com>2017-07-17 11:14:23 -0500
committerIan Lance Taylor <iant@golang.org>2017-08-16 21:57:56 +0000
commitee714947c511715c752179fe738a45045ffa205c (patch)
treef1bc74191275b0759ca67829cbd827df3a0604e9 /src/debug
parentb70adbf29699bc8c3d1ac869806ac426b3bccf18 (diff)
downloadgo-ee714947c511715c752179fe738a45045ffa205c.tar.xz
cmd/cgo: unify cgo output for gc and gccgo
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/49350 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/debug')
0 files changed, 0 insertions, 0 deletions