aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/ChangeLog
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 /gcc/go/ChangeLog
parent53750ab003876bae145f36431392e2531e70e7cc (diff)
downloadgcc-744c3195ef778200a0acfc4779e3f2d48237bbf1.zip
gcc-744c3195ef778200a0acfc4779e3f2d48237bbf1.tar.gz
gcc-744c3195ef778200a0acfc4779e3f2d48237bbf1.tar.bz2
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 'gcc/go/ChangeLog')
-rw-r--r--gcc/go/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog
index 9a90247..1797763 100644
--- a/gcc/go/ChangeLog
+++ b/gcc/go/ChangeLog
@@ -1,3 +1,10 @@
+2012-11-29 Ian Lance Taylor <iant@google.com>
+
+ * 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.
+
2012-11-17 Diego Novillo <dnovillo@google.com>
Adjust for new vec API (http://gcc.gnu.org/wiki/cxx-conversion/cxx-vec)