]> Cypherpunks repositories - gostls13.git/commitdiff
syscall: add #include "funcdata.h" to files modified in last CL
authorRuss Cox <rsc@golang.org>
Fri, 12 Sep 2014 04:55:24 +0000 (00:55 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 12 Sep 2014 04:55:24 +0000 (00:55 -0400)
That's what defines GO_ARGS.

TBR=khr
CC=golang-codereviews
https://golang.org/cl/141460043

19 files changed:
src/syscall/asm_darwin_386.s
src/syscall/asm_dragonfly_386.s
src/syscall/asm_dragonfly_amd64.s
src/syscall/asm_freebsd_386.s
src/syscall/asm_freebsd_amd64.s
src/syscall/asm_freebsd_arm.s
src/syscall/asm_linux_386.s
src/syscall/asm_linux_amd64.s
src/syscall/asm_linux_arm.s
src/syscall/asm_nacl_386.s
src/syscall/asm_nacl_amd64p32.s
src/syscall/asm_nacl_arm.s
src/syscall/asm_netbsd_386.s
src/syscall/asm_netbsd_amd64.s
src/syscall/asm_netbsd_arm.s
src/syscall/asm_openbsd_386.s
src/syscall/asm_openbsd_amd64.s
src/syscall/asm_plan9_386.s
src/syscall/asm_plan9_amd64.s

index 4d60a817eee5b52fa1ae971bce05d71eb7228e88..7d8ddf4378b9d8fefd2236715963a4cf2c920013 100644 (file)
@@ -6,6 +6,7 @@
 // so that go vet can check that they are correct.
 
 #include "textflag.h"
+#include "funcdata.h"
 
 //
 // System call support for 386, Darwin
index 59cb39e4479aa5166a177cbf15970d018a113ee1..0d7d6ba1e72d8f9728ad67ccba834c5beee7a467 100644 (file)
@@ -3,6 +3,7 @@
 // license that can be found in the LICENSE file.
 
 #include "textflag.h"
+#include "funcdata.h"
 
 //
 // System call support for 386, FreeBSD
index 764c7bda3795c390a8b5470787f8296060e5e654..b81cf8dda9c4e67a351b134df62c1a349b351368 100644 (file)
@@ -3,6 +3,7 @@
 // license that can be found in the LICENSE file.
 
 #include "textflag.h"
+#include "funcdata.h"
 
 //
 // System call support for AMD64, DragonFly
index b711aa5ad6365b605e6993b949fbd85672cef755..ff5f9f4a2add23542353789b1e52fd03fd25fcf7 100644 (file)
@@ -6,6 +6,7 @@
 // so that go vet can check that they are correct.
 
 #include "textflag.h"
+#include "funcdata.h"
 
 //
 // System call support for 386, FreeBSD
index 95583b95c4c9ac9ac3295014185585e0378f1184..47ceb9287bc9a90445d351975d635a50e408ba82 100644 (file)
@@ -6,6 +6,7 @@
 // so that go vet can check that they are correct.
 
 #include "textflag.h"
+#include "funcdata.h"
 
 //
 // System call support for AMD64, FreeBSD
index 5588eaaa43f80bcddff03261478fb92b26d59523..ed369ce73ef78710b644962750ae2870d0bcb6e0 100644 (file)
@@ -3,6 +3,7 @@
 // license that can be found in the LICENSE file.
 
 #include "textflag.h"
+#include "funcdata.h"
 
 //
 // System call support for ARM, FreeBSD
index fb3a3b9bd8c6f8bc7ce52001ee0f6d665f1c2fec..bcb85add647fe6fa9a93994cce506716bae78fe2 100644 (file)
@@ -6,6 +6,7 @@
 // so that go vet can check that they are correct.
 
 #include "textflag.h"
+#include "funcdata.h"
 
 //
 // System calls for 386, Linux
index fb6672624cc21992ef75ac74688460c79719c7e7..6c9e6545196e5f4652f7a231453b4ed57fff5d26 100644 (file)
@@ -6,6 +6,7 @@
 // so that go vet can check that they are correct.
 
 #include "textflag.h"
+#include "funcdata.h"
 
 //
 // System calls for AMD64, Linux
index edb5b21a74d53a962076c7defe17f2a8cb6c8723..0060a2171c9b5cb57d4fca5b4bee8441aa27da11 100644 (file)
@@ -3,6 +3,7 @@
 // license that can be found in the LICENSE file.
 
 #include "textflag.h"
+#include "funcdata.h"
 
 //
 // System calls for arm, Linux
index 655248b37f4a017659a3a01e89b5eadd1bce0114..5352b7697c10a4ffa00c375380a5ac9b54094982 100644 (file)
@@ -3,6 +3,7 @@
 // license that can be found in the LICENSE file.
 
 #include "textflag.h"
+#include "funcdata.h"
 #include "../runtime/syscall_nacl.h"
 
 //
index 33f8220134a88a0fcacb98a7a42c18965eb3cbd0..637fafab4578f197e77c5a3e3a46df5d12d4ae7b 100644 (file)
@@ -3,6 +3,7 @@
 // license that can be found in the LICENSE file.
 
 #include "textflag.h"
+#include "funcdata.h"
 #include "../runtime/syscall_nacl.h"
 
 //
index 536d751b5075a2c14a94a45ec16286bb8797a5ad..3e4479432bbdc6c8b55484009b5a663908626b6b 100644 (file)
@@ -3,6 +3,7 @@
 // license that can be found in the LICENSE file.
 
 #include "textflag.h"
+#include "funcdata.h"
 #include "../runtime/syscall_nacl.h"
 
 //
index 9dc6a9242ad7f83d313dee53fe7301c8e48ca88d..29442ca9ddddd9572521fd3cd4a5c4ec138d7347 100644 (file)
@@ -6,6 +6,7 @@
 // so that go vet can check that they are correct.
 
 #include "textflag.h"
+#include "funcdata.h"
 
 //
 // System call support for 386, NetBSD
index d6bb1dd0917200a9d125daa294801072377ce208..6d0f311f411e40a85b0233aef805e537c81b1c5a 100644 (file)
@@ -6,6 +6,7 @@
 // so that go vet can check that they are correct.
 
 #include "textflag.h"
+#include "funcdata.h"
 
 //
 // System call support for AMD64, NetBSD
index 357e28d94748e075c4fc7ac16c7c5818b2004c0b..c4190ea332a3cd0e33bc08c21f0f999011cf5694 100644 (file)
@@ -3,6 +3,7 @@
 // license that can be found in the LICENSE file.
 
 #include "textflag.h"
+#include "funcdata.h"
 
 //
 // System call support for ARM, NetBSD
index 6c51f197ee222692cb038c4c58805aa59c9a3dd3..e448a70ca1f767817a6afb51ea050b7c9bee688b 100644 (file)
@@ -6,6 +6,7 @@
 // so that go vet can check that they are correct.
 
 #include "textflag.h"
+#include "funcdata.h"
 
 //
 // System call support for 386, OpenBSD
index 4ba5844e49b091a323a0515ab3003fb844896904..654e3df742459d6722588ed193372380fdda8749 100644 (file)
@@ -6,6 +6,7 @@
 // so that go vet can check that they are correct.
 
 #include "textflag.h"
+#include "funcdata.h"
 
 //
 // System call support for AMD64, OpenBSD
index 30726b4d005e98451adc57666dad6d62d3fe21b9..8585385bcdd9d8b51c8b408fa06999642a57dc40 100644 (file)
@@ -6,6 +6,7 @@
 // so that go vet can check that they are correct.
 
 #include "textflag.h"
+#include "funcdata.h"
 
 //
 // System call support for 386, Plan 9
index 3e61318cd539ae51c8735a5bf8cfd8dfb42c651a..afbd49152c468d4a6e9e5323aee1be317d94e8b4 100644 (file)
@@ -6,6 +6,7 @@
 // so that go vet can check that they are correct.
 
 #include "textflag.h"
+#include "funcdata.h"
 
 //
 // System call support for Plan 9