aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gospec.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-1/+0
2015-10-20PR66870 PowerPC64 Enable gold linker with split stackAlan Modra1-4/+10
2015-10-01re PR go/66870 (split stack issues on ppc64le and ppc64)Ian Lance Taylor1-0/+2
2015-09-30re PR go/66870 (split stack issues on ppc64le and ppc64)Lynn Boger1-6/+21
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-06-13re PR go/61496 (Many Go tests FAIL with ld warning about go$zerovalue)Ian Lance Taylor1-0/+9
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-16* gospec.c: pass -u pthread_create to linker when static linking.Shenghou Ma1-1/+15
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-12-18libgo: Link against libatomic_convenience.la.Ian Lance Taylor1-8/+0
2012-12-18libgo: Link against libatomic.Andreas Schwab1-0/+8
2012-02-17gospec.c (lang_specific_driver): If linking, and no -o option was used, add one.Ian Lance Taylor1-22/+36
2012-01-17gospec.c (lang_specific_driver): If we see -S without -o, add -o BASE.s rathe...Ian Lance Taylor1-5/+15
2011-01-31configure.ac (gcc_cv_ld_static_option): Define.Rainer Orth1-3/+3
2010-12-13gospec.c (lang_specific_driver): Add a -o option if not linking and there is ...Ian Lance Taylor1-0/+45
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+327