aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/ChangeLog
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2015-01-23 22:26:41 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2015-01-23 22:26:41 +0000
commitdc5b5f05da2fe3c480ae63187a441fce3d964fb8 (patch)
tree36f3ff32f6cdf2a9f3d5cf0594a3f3666b82d543 /gcc/go/ChangeLog
parentcbcca16e658552387a0226faa7f26d76c3d810c0 (diff)
PR go/64595
* go-lang.c (go_langhook_init_options_struct): Set default debug_info_level. (go_langhook_post_options): If debug_info_level is still the default, make sure write_symbols is set. * gccgo.texi (Invoking gccgo): Document that -g1 is the default. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220064 138bc75d-0d04-0410-961f-82ee72b054a4
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 a2d236c1833..d525f5dd7cf 100644
--- a/gcc/go/ChangeLog
+++ b/gcc/go/ChangeLog
@@ -1,3 +1,12 @@
+2015-01-23 Ian Lance Taylor <iant@google.com>
+
+ PR go/64595
+ * go-lang.c (go_langhook_init_options_struct): Set default
+ debug_info_level.
+ (go_langhook_post_options): If debug_info_level is still the
+ default, make sure write_symbols is set.
+ * gccgo.texi (Invoking gccgo): Document that -g1 is the default.
+
2015-01-16 Richard Henderson <rth@redhat.com>
* go-gcc.cc (Gcc_backend::call_expression): Add chain_expr argument.