aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2015-07-31 07:08:20 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2015-07-31 07:08:20 +0000
commitcb3306e5bf82c6a0f6de0c98dabdb15cd7e2529e (patch)
treec733df5c8735cfb75d7fb5cbaa28cb7a56a8f195 /gcc/go/ChangeLog
parente67d7a1ea15cb266edf4a9ae2315eae6b1e8003a (diff)
downloadgcc-cb3306e5bf82c6a0f6de0c98dabdb15cd7e2529e.zip
gcc-cb3306e5bf82c6a0f6de0c98dabdb15cd7e2529e.tar.gz
gcc-cb3306e5bf82c6a0f6de0c98dabdb15cd7e2529e.tar.bz2
go-lang.c (go_langhook_init_options_struct): Don't set x_flag_split_stack.
* go-lang.c (go_langhook_init_options_struct): Don't set x_flag_split_stack. (go_langhook_post_options): Set it here instead. From-SVN: r226428
Diffstat (limited to 'gcc/go/ChangeLog')
-rw-r--r--gcc/go/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog
index b95aeb3..53ae16b 100644
--- a/gcc/go/ChangeLog
+++ b/gcc/go/ChangeLog
@@ -1,3 +1,9 @@
+2015-07-31 Andreas Schwab <schwab@linux-m68k.org>
+
+ * go-lang.c (go_langhook_init_options_struct): Don't set
+ x_flag_split_stack.
+ (go_langhook_post_options): Set it here instead.
+
2015-07-12 Aldy Hernandez <aldyh@redhat.com>
* gofrontend/backend.h: Fix double word typos.