aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2016-10-14 17:20:40 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2016-10-14 17:20:40 +0000
commitdb2fb304fe27afd8939aa94a4b11f050e6f625b3 (patch)
tree9d0eff081f71ed2e0ceaa851807623afe4a7f286 /gcc
parentd2c4425e86310d44aa8e9f9d91b49e2e61237ef2 (diff)
downloadgcc-db2fb304fe27afd8939aa94a4b11f050e6f625b3.zip
gcc-db2fb304fe27afd8939aa94a4b11f050e6f625b3.tar.gz
gcc-db2fb304fe27afd8939aa94a4b11f050e6f625b3.tar.bz2
runtime: just do file/line lookup in C, move Func to Go
In order to port stack backtraces to Go, we need the ability to look up file/line information for PC values without allocating memory. This patch moves the handling of Func from C code to Go code, and simplifies the C code to just look up function/file/line/entry information for a PC. Reviewed-on: https://go-review.googlesource.com/31150 From-SVN: r241172
Diffstat (limited to 'gcc')
-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 cadd8ec..b2f0413 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-911fceabd4c955b2f29f6b532f241a002ca7ad4f
+993840643e27e52cda7e86e6a775f54443ea5d07
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.