summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/rt0_netbsd_arm.s
blob: 8c1588f2e3b6b3ffe9fdd701bca0fd09e2a40e0d (plain)
1
2
3
4
5
6
7
8
// Copyright 2013 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.

// FreeBSD/NetBSD and Linux use the same linkage to main

TEXT _rt0_arm_netbsd(SB),7,$-4
	B _rt0_arm(SB)