aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2019-10-02 20:11:35 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2019-10-02 20:11:35 +0000
commitb7c41230322051912d979e132c52100158745b73 (patch)
treecfc66690b171aa8dd9eb989d2272ba46c9e1dfc2 /gcc/go
parentb830c28b56fdc3f4b4555200278218b4b49022d2 (diff)
downloadgcc-b7c41230322051912d979e132c52100158745b73.zip
gcc-b7c41230322051912d979e132c52100158745b73.tar.gz
gcc-b7c41230322051912d979e132c52100158745b73.tar.bz2
runtime: mark go-context.S as no-executable-stack and split-stack supported
The .note.GNU-stack section tells the linker that this object does not require an executable stack. The .note.GNU-split-stack section tells the linker that functions in this object can be called directly by split-stack functions, without require a large stack. The .note.GNU-no-split-stack section tells the linker that functions in this object do not have a split-stack prologue. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/198440 From-SVN: r276488
Diffstat (limited to 'gcc/go')
-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 f7c45ee..54c682a 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-07faafda5fbd66a710153814f30d93c91461e7cb
+a3aef6b6df932ea6c7094d074695bc0b033a3d17
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.