blob: 8838b48916af650936afd70505c6e6612bf818e6 (
plain)
1
2
3
4
5
6
|
// 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.
TEXT _rt0_arm_linux(SB),7,$0
B _rt0_arm(SB)
|