]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/go/go-lang.cc
re PR go/64595 (go programs abort when debug info is stripped)
authorIan Lance Taylor <iant@google.com>
Fri, 23 Jan 2015 22:26:41 +0000 (22:26 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 23 Jan 2015 22:26:41 +0000 (22:26 +0000)
commit818424b256bd6d50be4d52f71ec5c7fd6c065b63
tree36f3ff32f6cdf2a9f3d5cf0594a3f3666b82d543
parentaf955a5298ee443339b378fb2beb337150924f33
re PR go/64595 (go programs abort when debug info is stripped)

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.

From-SVN: r220064
gcc/go/ChangeLog
gcc/go/gccgo.texi
gcc/go/go-lang.c