]> Cypherpunks.ru repositories - gostls13.git/commit
[release-branch.go1.11] runtime: mark sigInitIgnored nosplit go1.11
authorIan Lance Taylor <iant@golang.org>
Fri, 24 Aug 2018 18:44:55 +0000 (11:44 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 24 Aug 2018 20:18:43 +0000 (20:18 +0000)
commit41e62b8c49d21659b48a95216e3062032285250f
tree74b0912f2f7cee3a722fcbfa6c9116ecd9a2e205
parent89eb905c6d92c7e6cda4de6c48f8d556e996bcb2
[release-branch.go1.11] runtime: mark sigInitIgnored nosplit

The sigInitIgnored function can be called by initsig before a shared
library is initialized, before the runtime is initialized.

Fixes #27183

Change-Id: I7073767938fc011879d47ea951d63a14d1cce878
Reviewed-on: https://go-review.googlesource.com/131277
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
(cherry picked from commit d20ecd6e5dab55376ea4f169eed63608f9bb3b2b)
Reviewed-on: https://go-review.googlesource.com/131278
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/sigqueue.go