// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+.file "gcc_386.S"
+
/*
* Apple still insists on underscore prefixes for C function names.
*/
// +build ppc64
// +build aix
+.file "gcc_aix_ppc64.S"
+
/*
* void crosscall_ppc64(void (*fn)(void), void *g)
*
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+.file "gcc_amd64.S"
+
/*
* Apple still insists on underscore prefixes for C function names.
*/
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+.file "gcc_arm.S"
+
/*
* Apple still insists on underscore prefixes for C function names.
*/
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+.file "gcc_arm64.S"
+
/*
* Apple still insists on underscore prefixes for C function names.
*/
// +build ppc64 ppc64le
// +build linux
+.file "gcc_linux_ppc64x.S"
+
/*
* Apple still insists on underscore prefixes for C function names.
*/
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+.file "gcc_loong4.S"
+
/*
* void crosscall1(void (*fn)(void), void (*setg_gcc)(void *g), void *g)
*
// +build mips64 mips64le
+.file "gcc_mips64x.S"
+
/*
* void crosscall1(void (*fn)(void), void (*setg_gcc)(void *g), void *g)
*
// +build mips mipsle
+.file "gcc_mipsx.S"
+
/*
* void crosscall1(void (*fn)(void), void (*setg_gcc)(void *g), void *g)
*
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+.file "gcc_riscv64.S"
+
/*
* void crosscall1(void (*fn)(void), void (*setg_gcc)(void *g), void *g)
*
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+.file "gcc_s390x.S"
+
/*
* void crosscall_s390x(void (*fn)(void), void *g)
*