blob: 3e3c48018dc1f15446a59dff91af57bea40f6b28 [file] [log] [blame]
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build ignore
/*
9l is the linker for 64-bit PowerPC and Power Architecture processors.
The $GOARCH for these tools is ppc64 (big endian) or
ppc64le (little endian).
The flags are documented in ../ld/doc.go.
*/
package main