2016-03-01 15:57:46 -07:00
|
|
|
// Copyright 2015 The Go Authors. All rights reserved.
|
2015-09-03 14:31:03 -06:00
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2021-02-19 16:35:10 -07:00
|
|
|
//go:build ppc64 || ppc64le
|
2015-09-03 14:31:03 -06:00
|
|
|
|
2015-11-11 21:47:25 -07:00
|
|
|
package runtime
|
|
|
|
|
2015-09-03 14:31:03 -06:00
|
|
|
// crosscall_ppc64 calls into the runtime to set up the registers the
|
|
|
|
// Go runtime expects and so the symbol it calls needs to be exported
|
|
|
|
// for external linking to work.
|
2022-01-30 18:13:43 -07:00
|
|
|
//
|
2015-09-03 14:31:03 -06:00
|
|
|
//go:cgo_export_static _cgo_reginit
|