aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/debug/elf
AgeCommit message (Collapse)AuthorFilesLines
2012-12-22libgo: Update to revision 15193:6fdc1974457c of master library.Ian Lance Taylor3-3/+63
From-SVN: r194692
2012-11-21libgo: Update to current version of master library.Ian Lance Taylor3-29/+43
From-SVN: r193688
2012-10-23libgo: Update to current sources.Ian Lance Taylor2-11/+38
From-SVN: r192704
2012-09-28libgo: Use libbacktrace rather than debug/elf registration.Ian Lance Taylor3-165/+2
From-SVN: r191831
2012-09-06debug/elf, debug/dwarf: DWARF line number fixes.Ian Lance Taylor1-3/+3
Support DW_AT_high_pc as a constant. Support DW_AT_ranges. PR gcc/52583 From-SVN: r191008
2012-03-09debug/elf: Don't crash if line numbers are not available.Ian Lance Taylor1-1/+1
From-SVN: r185124
2012-03-07libgo: Implement and use runtime.Caller, runtime.Func.FileLine.Ian Lance Taylor4-5/+168
From-SVN: r185025
2011-12-14libgo: Update to weekly.2011-12-06.Ian Lance Taylor1-4/+4
From-SVN: r182338
2011-12-03libgo: Update to weekly.2011-11-02.Ian Lance Taylor1-28/+29
From-SVN: r181964
2011-09-16Update Go library to r60.Ian Lance Taylor6-18/+135
From-SVN: r178910
2011-05-20Update to current version of Go library.Ian Lance Taylor2-48/+166
From-SVN: r173931
2011-04-07libgo: Update to current Go library.Ian Lance Taylor1-4/+4
From-SVN: r172106
2011-01-21Remove the types float and complex.Ian Lance Taylor2-21/+149
Update to current version of Go library. Update testsuite for removed types. * go-lang.c (go_langhook_init): Omit float_type_size when calling go_create_gogo. * go-c.h: Update declaration of go_create_gogo. From-SVN: r169098
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor9-0/+2212
gcc/: * gcc.c (default_compilers): Add entry for ".go". * common.opt: Add -static-libgo as a driver option. * doc/install.texi (Configuration): Mention libgo as an option for --enable-shared. Mention go as an option for --enable-languages. * doc/invoke.texi (Overall Options): Mention .go as a file name suffix. Mention go as a -x option. * doc/frontends.texi (G++ and GCC): Mention Go as a supported language. * doc/sourcebuild.texi (Top Level): Mention libgo. * doc/standards.texi (Standards): Add section on Go language. Move references for other languages into their own section. * doc/contrib.texi (Contributors): Mention that I contributed the Go frontend. gcc/testsuite/: * lib/go.exp: New file. * lib/go-dg.exp: New file. * lib/go-torture.exp: New file. * lib/target-supports.exp (check_compile): Match // Go. From-SVN: r167407