aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2018-02-08 15:37:43 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2018-02-08 15:37:43 +0000
commit74e6f14adb7057b29d361cc35c76f16663d1e649 (patch)
treef26b729ad50f3c18a319ff63f115f7eeb5c01eb5 /gcc/go
parent080eaf7a88ee8039b6acf6c10394db18e9f34615 (diff)
downloadgcc-74e6f14adb7057b29d361cc35c76f16663d1e649.zip
gcc-74e6f14adb7057b29d361cc35c76f16663d1e649.tar.gz
gcc-74e6f14adb7057b29d361cc35c76f16663d1e649.tar.bz2
runtime: get missing function name from symbol table
If we trace back through code that has no debug info, as when calling through C code compiled with -g0, we won't have a function name. Try to fetch the function name using the symbol table. Adding the test case revealed that gotest failed to use the gccgo tag when matching files, so add that. Reviewed-on: https://go-review.googlesource.com/92756 From-SVN: r257495
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 bdaea81..edffc11 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-2aa95f1499cf931ef8e95c7958463829276a0f2c
+7e94bac5676afc8188677c98ecb263c78c1a7f8d
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.