aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-26 19:05:16 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-26 19:05:16 +0000
commit1d435a58b9460b5fec9b0edfafb2be649463dec6 (patch)
tree4de48e41a185d679530d392b5ca58e5400a1863f /gcc/go
parenta7d80a35f52d4378f278d492de6bde69f165d7f9 (diff)
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 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244946 138bc75d-0d04-0410-961f-82ee72b054a4
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 582a86b0088..29c971c25a0 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-5c6c93f58e2aaae186bac5dcde9df1679d4896b1
+f8c451ed42fd71b85afab54a33fc321df0ff3b0b
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.