1// Copyright 2020 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5#include "textflag.h"
6
7// internal linking executable entry point.
8// ios/arm64 only supports external linking.
9TEXT _rt0_arm64_ios(SB),NOSPLIT|NOFRAME,$0
10	UNDEF
11
12// library entry point.
13TEXT _rt0_arm64_ios_lib(SB),NOSPLIT|NOFRAME,$0
14	JMP	_rt0_arm64_darwin_lib(SB)
15