aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2019-01-16 22:38:33 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2019-01-16 22:38:33 +0000
commita6804ea9293fc10c85568c475ecdb402106fce8c (patch)
tree1a1cf662c1c95e2cf4823bb2d6923c78490ecf9d /gcc
parent07e1534f44b26a1acb0b3393aae7d1a4a90fa942 (diff)
downloadgcc-a6804ea9293fc10c85568c475ecdb402106fce8c.zip
gcc-a6804ea9293fc10c85568c475ecdb402106fce8c.tar.gz
gcc-a6804ea9293fc10c85568c475ecdb402106fce8c.tar.bz2
syscall: mark C syscall functions noescape
Many C syscall functions take pointer arguments. The pointers don't escape in the C functions. Mark the C functions noescape so calling them doesn't need allocation. Reviewed-on: https://go-review.googlesource.com/c/158158 From-SVN: r267989
Diffstat (limited to 'gcc')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index b139151..67abd99 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-9a79c333e896ea49f6a708d459148074d29a2af6
+ee94431c133a90ca5c3c5ebbebcb019c60258dac
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.