aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog
index 5be05e9..bda9993 100644
--- a/gcc/go/ChangeLog
+++ b/gcc/go/ChangeLog
@@ -1,3 +1,8 @@
+2020-08-10 Clément Chigot <chigot.c@gmail.com>
+
+ * go-c.h (struct go_create_gogo_args): Add need_eqtype field.
+ * go-lang.c (go_langhook_init): Set need_eqtype.
+
2020-04-15 Ian Lance Taylor <iant@golang.org>
PR go/94607