summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-unwind.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2017-01-03 22:58:48 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2017-01-03 22:58:48 +0000
commit0f2a6e84c6e4edd122228be318a014dd88d1c4f2 (patch)
tree3478fe1adc6005eb49dda8f1c31857b5324fb886 /libgo/runtime/go-unwind.c
parentc65f76af364733b576d738af315811a68d23886d (diff)
downloadgcc-0f2a6e84c6e4edd122228be318a014dd88d1c4f2.tar.gz
runtime: remove __go_alloc and __go_free
Move allocg and handling of allgs slice from C to Go. Reviewed-on: https://go-review.googlesource.com/34797 From-SVN: r244036
Diffstat (limited to 'libgo/runtime/go-unwind.c')
-rw-r--r--libgo/runtime/go-unwind.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/runtime/go-unwind.c b/libgo/runtime/go-unwind.c
index 9e85b4b8147..4c9fb49c994 100644
--- a/libgo/runtime/go-unwind.c
+++ b/libgo/runtime/go-unwind.c
@@ -14,7 +14,6 @@
#include "unwind-pe.h"
#include "runtime.h"
-#include "go-alloc.h"
/* The code for a Go exception. */