From 0489a260da4e128eddedf38a2eec78ef5da80140 Mon Sep 17 00:00:00 2001 From: "Devon H. O'Dell" Date: Tue, 17 Nov 2009 08:20:58 -0800 Subject: FreeBSD-specific porting work. cgo/libmach remain unimplemented. However, compilers, runtime, and packages are 100%. I still need to go through and implement missing syscalls (at least make sure they're all listed), but for all shipped functionality, this is done. Ship! ;) R=rsc, VenkateshSrinivas https://golang.org/cl/152142 --- src/pkg/runtime/linux/amd64/rt0.s | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pkg/runtime/linux/amd64/rt0.s') diff --git a/src/pkg/runtime/linux/amd64/rt0.s b/src/pkg/runtime/linux/amd64/rt0.s index e04866458a..6b1b297752 100644 --- a/src/pkg/runtime/linux/amd64/rt0.s +++ b/src/pkg/runtime/linux/amd64/rt0.s @@ -11,6 +11,7 @@ TEXT _rt0_amd64_linux(SB),7,$-8 CALL AX MOVQ $_rt0_amd64(SB), AX + MOVQ SP, DI JMP AX GLOBL initcgo(SB), $8 -- cgit v1.3-5-g9baa