From cb040d59b945437cdca8c8cff525ebbb7261a217 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 4 Sep 2014 23:05:18 -0400 Subject: runtime: use new #include "textflag.h" I did this just to clean things up, but it will be important when we drop the pkg directory later. LGTM=bradfitz R=r, bradfitz CC=golang-codereviews https://golang.org/cl/132600043 --- src/pkg/runtime/sys_linux_386.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pkg/runtime/sys_linux_386.s') diff --git a/src/pkg/runtime/sys_linux_386.s b/src/pkg/runtime/sys_linux_386.s index 426e05faa1..0f6d4bbb5e 100644 --- a/src/pkg/runtime/sys_linux_386.s +++ b/src/pkg/runtime/sys_linux_386.s @@ -7,7 +7,7 @@ // #include "zasm_GOOS_GOARCH.h" -#include "../../cmd/ld/textflag.h" +#include "textflag.h" TEXT runtime·exit(SB),NOSPLIT,$0 MOVL $252, AX // syscall number -- cgit v1.3-5-g9baa