summaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.26/src/runtime/rt0_windows_amd64.s
blob: 09869c534cb9c45a2989035f58ef9827832ce1ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2011 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.

#include "go_asm.h"
#include "go_tls.h"
#include "textflag.h"

TEXT _rt0_amd64_windows(SB),NOSPLIT,$0
	JMP	_rt0_amd64(SB)

// When building with -buildmode=(c-shared or c-archive), this
// symbol is called.
TEXT _rt0_amd64_windows_lib(SB),NOSPLIT,$0
	JMP	_rt0_amd64_lib(SB)