aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/go/ChangeLog')
-rw-r--r--gcc/go/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog
index da13f94..f996de2 100644
--- a/gcc/go/ChangeLog
+++ b/gcc/go/ChangeLog
@@ -1,3 +1,12 @@
+2015-06-05 Aldy Hernandez <aldyh@redhat.com>
+
+ * go-gcc.cc (write_global_definitions): Remove call to
+ finalize_compilation_unit.
+ Remove Go specific debug generation.
+ * go-lang.c (go_langhook_parse_file): Call go_write_globals.
+ (go_langhook_write_globals): Remove.
+ Remove LANG_HOOKS_WRITE_GLOBALS everywhere.
+
2015-06-04 Andrew MacLeod <amacleod@redhat.com>
* go-backend.c: Adjust includes for restructured coretypes.h.