aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2019-06-25 06:16:21 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2019-06-25 06:16:21 +0000
commit81fadf1c8d33ce8fb38e18f00b96fc2434ab7f98 (patch)
tree2b287bd7f5b7a8ca356ffe23340b44a49f7bbbec /gcc
parent33437116edd7d0c59dee80e0ab7f241f851fa5d6 (diff)
downloadgcc-81fadf1c8d33ce8fb38e18f00b96fc2434ab7f98.zip
gcc-81fadf1c8d33ce8fb38e18f00b96fc2434ab7f98.tar.gz
gcc-81fadf1c8d33ce8fb38e18f00b96fc2434ab7f98.tar.bz2
runtime: mark memequal and memclrNoHeapPointers nosplit
They are wrappers of libc functions that use no stack. Mark them nosplit so the linker won't patch it to call __morestack_non_split. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/183629 From-SVN: r272633
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 ca68507..ca0578a 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-89b442a0100286ee569b8d2562ce1b2ea602f7e7
+a857aad2f3994e6fa42a6fc65330e65d209597a0
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.