runtime: fix context used by getTraceback
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 26 Jan 2017 19:05:16 +0000 (19:05 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 26 Jan 2017 19:05:16 +0000 (19:05 +0000)
commitfda6ee70338aa5445b63366cfaff29496819c373
tree4de48e41a185d679530d392b5ca58e5400a1863f
parent3e5fb20f1ffbc71f7593460dd28873025e03c64a
runtime: fix context used by getTraceback

    I typoed the argument passed to getcontext in getTraceback, and the
    error was hidden by ucontext_arg.  This would have been caught by some
    of the runtime package tests, but we don't run most of them because
    they rely on `go build`, and the go tool is not available while
    running the libgo testsuite.  We should fix the libgo testsuite,
    somehow, so that they run.

    Reviewed-on: https://go-review.googlesource.com/35837

From-SVN: r244946
gcc/go/gofrontend/MERGE
libgo/runtime/proc.c