]> git.ipfire.org Git - thirdparty/gcc.git/commit
runtime: install SIGURG handler on C created threads
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Jan 2019 05:31:14 +0000 (05:31 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Jan 2019 05:31:14 +0000 (05:31 +0000)
commit80a091563bc802b373cb3e350b081c6454726b85
treeeff81c4f04ac8c7656bdc0b4145de1069ee0b74c
parent89fcfda61afa33b18e6f155a57f684683dbb7f70
runtime: install SIGURG handler on C created threads

    Precise stack scan uses SIGURG to trigger a stack scan. We need
    to have Go signal handler installed for SIGURG.

    Reviewed-on: https://go-review.googlesource.com/c/159097

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268230 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/go/runtime/signal_unix.go