aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gospec.c
AgeCommit message (Expand)AuthorFilesLines
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