libgo patch committed: Correct runtime.Callers skip argument

Ian Lance Taylor iant@google.com
Sat Feb 2 15:12:00 GMT 2013


With the change to using the libbacktrace code, inlined functions now
picked up.  Previously the skip parameter to runtime.Callers was
adjusted based on inlining that was ignored.  This patch corrects it so
that the right thing happens.  Bootstrapped and ran Go testsuite on
x86_64-unknown-linux-gnu.  Committed to mainline.

Ian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: foo.patch
Type: text/x-diff
Size: 690 bytes
Desc: patch
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20130202/73f6e49d/attachment.bin>


More information about the Gcc-patches mailing list