1
0
mirror of https://github.com/golang/go synced 2024-10-06 11:31:21 -06:00
go/src/cmd/cgo
Austin Clements af7ca8dce4 cmd/cgo, runtime/cgo: support ppc64
This implements support for calls to and from C in the ppc64 C ABI, as
well as supporting functionality such as an entry point from the
dynamic linker.

Change-Id: I68da6df50d5638cb1a3d3fef773fb412d7bf631a
Reviewed-on: https://go-review.googlesource.com/2009
Reviewed-by: Russ Cox <rsc@golang.org>
2015-01-07 20:36:27 +00:00
..
ast.go cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal. 2014-09-30 16:08:04 -04:00
doc.go cmd/cgo: update code and docs to reflect post-6c world 2015-01-07 15:14:07 +00:00
gcc.go cmd/cgo: avoid worklist nondeterminism. 2014-10-30 14:01:14 -04:00
godefs.go cmd/cgo: Fix issue with cgo cdefs 2013-07-24 17:27:42 -07:00
main.go cmd/cgo: update code and docs to reflect post-6c world 2015-01-07 15:14:07 +00:00
out.go cmd/cgo, runtime/cgo: support ppc64 2015-01-07 20:36:27 +00:00
util.go cmd/cgo: don't reimplement os/exec in util.go. 2013-03-01 15:04:14 -05:00