summaryrefslogtreecommitdiff
path: root/libgo/Makefile.am
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2012-11-29 18:11:17 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2012-11-29 18:11:17 +0000
commit744c3195ef778200a0acfc4779e3f2d48237bbf1 (patch)
treed146677ebcdb05c9d7a8c8b84cab5fb7fa9a0f99 /libgo/Makefile.am
parent53750ab003876bae145f36431392e2531e70e7cc (diff)
downloadgcc-744c3195ef778200a0acfc4779e3f2d48237bbf1.tar.gz
compiler, runtime: Track fields with tag go:"track".
* go-gcc.cc: Include "output.h". (global_variable): Add is_unique_section parameter. (global_variable_set_init): Adjust unique section if necessary. * Make-lang.in (go/go-gcc.o): Add dependency on output.h. From-SVN: r193945
Diffstat (limited to 'libgo/Makefile.am')
-rw-r--r--libgo/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/Makefile.am b/libgo/Makefile.am
index fc0d9917ebe..50a21b8cd1b 100644
--- a/libgo/Makefile.am
+++ b/libgo/Makefile.am
@@ -450,6 +450,7 @@ runtime_files = \
runtime/go-deferred-recover.c \
runtime/go-eface-compare.c \
runtime/go-eface-val-compare.c \
+ runtime/go-fieldtrack.c \
runtime/go-getgoroot.c \
runtime/go-int-array-to-string.c \
runtime/go-int-to-string.c \