From 3991cb0305e355dc1306dd40435aa0bcaeefa471 Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 17 Dec 2010 06:33:41 +0000 Subject: Avoid always splitting the stack when calling append and copy. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167970 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgo/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'libgo/Makefile.am') diff --git a/libgo/Makefile.am b/libgo/Makefile.am index 46165dfb48f..cddcd2439e7 100644 --- a/libgo/Makefile.am +++ b/libgo/Makefile.am @@ -319,6 +319,7 @@ runtime_files = \ runtime/go-closed.c \ runtime/go-construct-map.c \ runtime/go-convert-interface.c \ + runtime/go-copy.c \ runtime/go-defer.c \ runtime/go-deferred-recover.c \ runtime/go-eface-compare.c \ -- cgit v1.2.1