diff options
| author | Michael Steinert <mike.steinert@gmail.com> | 2017-07-17 11:14:23 -0500 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2017-08-16 21:57:56 +0000 |
| commit | ee714947c511715c752179fe738a45045ffa205c (patch) | |
| tree | f1bc74191275b0759ca67829cbd827df3a0604e9 /src/debug | |
| parent | b70adbf29699bc8c3d1ac869806ac426b3bccf18 (diff) | |
| download | go-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
