diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-17 05:30:25 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-17 05:30:25 +0000 |
commit | 60d1da4c431b063f54272e4316a102a14ea6bc60 (patch) | |
tree | ee128f558640851fefb4f2a94c2d38f45b2ee2a0 /libgo/Makefile.am | |
parent | 2670559d64d698557a1495f152030165891603d8 (diff) | |
download | gcc-60d1da4c431b063f54272e4316a102a14ea6bc60.tar.gz |
runtime: Print stack trace on panic or signal.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187623 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/Makefile.am')
-rw-r--r-- | libgo/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/Makefile.am b/libgo/Makefile.am index f48a42cbc12..a27216a9626 100644 --- a/libgo/Makefile.am +++ b/libgo/Makefile.am @@ -439,6 +439,7 @@ runtime_files = \ runtime/go-string-to-int-array.c \ runtime/go-strplus.c \ runtime/go-strslice.c \ + runtime/go-traceback.c \ runtime/go-trampoline.c \ runtime/go-type-complex.c \ runtime/go-type-eface.c \ |