aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-06-27 00:18:16 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-06-27 00:18:16 +0000
commit267e1feaf63fc2d8c82054023e08dcbc33eb84e8 (patch)
treebaa7c7cec002caee76416013a1e075a01786897f /gcc/go
parent2d1a3629ba3034cc16599eafb530cdada426bab3 (diff)
downloadgcc-267e1feaf63fc2d8c82054023e08dcbc33eb84e8.zip
gcc-267e1feaf63fc2d8c82054023e08dcbc33eb84e8.tar.gz
gcc-267e1feaf63fc2d8c82054023e08dcbc33eb84e8.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog
index 931c3be..432ae83 100644
--- a/gcc/go/ChangeLog
+++ b/gcc/go/ChangeLog
@@ -1,3 +1,12 @@
+2023-06-26 Ian Lance Taylor <iant@golang.org>
+
+ * lang.opt (fgo-importcfg): New option.
+ * go-c.h (struct go_create_gogo_args): Add importcfg field.
+ * go-lang.cc (go_importcfg): New static variable.
+ (go_langhook_init): Set args.importcfg.
+ (go_langhook_handle_option): Handle -fgo-importcfg.
+ * gccgo.texi (Invoking gccgo): Document -fgo-importcfg.
+
2023-06-22 Paul E. Murphy <murphyp@linux.ibm.com>
* go-backend.cc [TARGET_AIX]: Rename and update usage to TARGET_AIX_OS.