diff options
| author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-29 20:52:43 +0000 |
|---|---|---|
| committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-29 20:52:43 +0000 |
| commit | 12ebd6294172cc1108bbadab78fea03e890a6da4 (patch) | |
| tree | 4f2fad1f4b778519bdd5941185c7e1d032af055b /libgo/go/runtime/debug | |
| parent | 6effa4dc115122a3a4838de0a302dfcadcefeeca (diff) | |
| download | ppe42-gcc-12ebd6294172cc1108bbadab78fea03e890a6da4.tar.gz ppe42-gcc-12ebd6294172cc1108bbadab78fea03e890a6da4.zip | |
libgo: Update Go library to master revision 15489/921e53d4863c.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195560 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/go/runtime/debug')
| -rw-r--r-- | libgo/go/runtime/debug/stack.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/runtime/debug/stack.go b/libgo/go/runtime/debug/stack.go index a533a5c3bf4..2896b21417a 100644 --- a/libgo/go/runtime/debug/stack.go +++ b/libgo/go/runtime/debug/stack.go @@ -29,6 +29,8 @@ func PrintStack() { // For each routine, it includes the source line information and PC value, // then attempts to discover, for Go functions, the calling function or // method and the text of the line containing the invocation. +// +// This function is deprecated. Use package runtime's Stack instead. func Stack() []byte { return stack() } |

