blob: 8947cfe40527faa41cc1453d926b99c0a34dba0f [file] [log] [blame]
// Copyright 2016 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 "textflag.h"
TEXT _rt0_amd64_fuchsia(SB),NOSPLIT,$-8
JMP _rt0_amd64(SB)
TEXT _rt0_amd64_fuchsia_lib(SB),NOSPLIT,$0
// musl doesn't provide argc/argv; see golang.org/issue/13492
MOVQ $0, DI // argc
MOVQ $0, SI // argv
JMP _rt0_amd64_lib(SB)