diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-02-22 18:52:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-02-22 18:52:33 +0000 |
commit | afedc99bd2e1f2c8b64e3deaf5ef4e1231a756af (patch) | |
tree | 5eca75e24abe6155adb44ab8c29ea40cb0bea840 /gcc | |
parent | 35e7db41cab1a2b134b8ccd4407675ab20fde578 (diff) | |
download | gcc-afedc99bd2e1f2c8b64e3deaf5ef4e1231a756af.zip gcc-afedc99bd2e1f2c8b64e3deaf5ef4e1231a756af.tar.gz gcc-afedc99bd2e1f2c8b64e3deaf5ef4e1231a756af.tar.bz2 |
runtime: funcfileline: get missing function name from symbol table
Copy the idea of https://golang.org/cl/92756 to funcfileline, which is
used by runtime.FuncForPC, runtime.(*Frames).Next, and others.
Reviewed-on: https://go-review.googlesource.com/96175
From-SVN: r257913
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index f5d71f5..b708cb7 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -b4d61f028dd1623142df4130b6c660bb77474b7b +ed8647cc99652db2d689215c05f31ad038438a7e The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |