diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-28 14:48:30 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-28 14:48:30 +0000 |
commit | e4fbfaf5e89dd4fdb395042faf041d5fd65b34a6 (patch) | |
tree | 925434497da8b45f5bb1b591f8748e05c857d9a0 /libgo/go/runtime | |
parent | 71893c98c1745cd6fde434088f876087572961aa (diff) | |
download | gcc-e4fbfaf5e89dd4fdb395042faf041d5fd65b34a6.tar.gz |
libgo: Use libbacktrace rather than debug/elf registration.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191831 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/go/runtime')
-rw-r--r-- | libgo/go/runtime/debug/stack.go | 1 | ||||
-rw-r--r-- | libgo/go/runtime/pprof/pprof.go | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/libgo/go/runtime/debug/stack.go b/libgo/go/runtime/debug/stack.go index fc74e537b75..a533a5c3bf4 100644 --- a/libgo/go/runtime/debug/stack.go +++ b/libgo/go/runtime/debug/stack.go @@ -8,7 +8,6 @@ package debug import ( "bytes" - _ "debug/elf" "fmt" "io/ioutil" "os" diff --git a/libgo/go/runtime/pprof/pprof.go b/libgo/go/runtime/pprof/pprof.go index 87f17d2db12..f67e8a8f9ae 100644 --- a/libgo/go/runtime/pprof/pprof.go +++ b/libgo/go/runtime/pprof/pprof.go @@ -11,7 +11,6 @@ package pprof import ( "bufio" "bytes" - _ "debug/elf" "fmt" "io" "runtime" |