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/debug | |
| parent | 71893c98c1745cd6fde434088f876087572961aa (diff) | |
| download | ppe42-gcc-e4fbfaf5e89dd4fdb395042faf041d5fd65b34a6.tar.gz ppe42-gcc-e4fbfaf5e89dd4fdb395042faf041d5fd65b34a6.zip | |
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/debug')
| -rw-r--r-- | libgo/go/runtime/debug/stack.go | 1 |
1 files changed, 0 insertions, 1 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" |

