aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
AgeCommit message (Collapse)AuthorFilesLines
2011-10-25Fix Solaris build.Ian Lance Taylor1-1/+1
From Rainer Orth. From-SVN: r180439
2011-10-24Error if naked return when result variables are shadowed.Ian Lance Taylor3-18/+23
From-SVN: r180401
2011-10-24Some minor fixes to the rewritten syscall library.Ian Lance Taylor2-6/+8
From-SVN: r180363
2011-10-23Implement new syscall package.Ian Lance Taylor44-14/+4386
Calls to library functions now use entersyscall and exitsyscall as appropriate. This is a first step toward multiplexing goroutines onto threads. From-SVN: r180345
2011-10-22Update Go library to r60.3 release.Ian Lance Taylor11-1561/+277
From-SVN: r180327
2011-09-22Update Go library to release r60.1.Ian Lance Taylor13-23/+743
From-SVN: r179076
2011-09-22Add html/testdata files accidentally omitted.Ian Lance Taylor23-0/+5051
From-SVN: r179075
2011-09-16Update Go library to r60.Ian Lance Taylor680-29718/+56764
From-SVN: r178910
2011-07-06json: fix test when rand returns 0.Ian Lance Taylor1-0/+3
Fixes using gccgo when optimizing, which changes the order of calls to rand. Same patch proposed upstream. From-SVN: r175927
2011-05-31os: Correct Ctime_ns calculation.Ian Lance Taylor1-1/+1
From-SVN: r174501
2011-05-25re PR go/48502 (os_test.TestStartProcess FAILs on Solaris 2)Ian Lance Taylor1-1/+2
PR go/48502 libgo/os: Fix test to run on Solaris. Patch brought over from upstream library. From-SVN: r174167
2011-05-24libgo: Solaris/Irix portability fixes.Ian Lance Taylor1-1/+1
From Rainer Orth. From-SVN: r174144
2011-05-20Update to current version of Go library.Ian Lance Taylor318-4606/+18044
From-SVN: r173931
2011-04-29libgo http/cgi: Pass down environment variables for irix and solaris.Ian Lance Taylor1-0/+2
From-SVN: r173181
2011-04-25libgo/time: Support Irix 6 location of zoneinfo files.Ian Lance Taylor1-6/+10
From-SVN: r172936
2011-04-25libgo: Irix 6 patches.Ian Lance Taylor1-0/+0
From Rainer Orth. From-SVN: r172935
2011-04-23re PR go/48553 (fmt FAILs on 32-bit Solaris 2 with stack overflow)Ian Lance Taylor1-1/+3
PR go/48553 libgo: Bring over patch to lower recursion depth in fmt. From-SVN: r172883
2011-04-22re PR go/48503 (http/cgi FAILs if libgcc_s.so.1 isn't in default ld.so.1 ↵Ian Lance Taylor1-3/+31
search path) PR go/48503 libgo: Bring over http/cgi environment inheritance patches. From-SVN: r172864
2011-04-07libgo: Update to current Go library.Ian Lance Taylor102-3059/+4428
From-SVN: r172106
2011-04-01libgo: Support for alpha.Ian Lance Taylor1-0/+209
From Uros Bizjak. From-SVN: r171860
2011-03-31re PR go/47515 (Issues porting libgo to IRIX 6.5)Ian Lance Taylor1-0/+17
PR go/47515 libgo: Add Irix support. From Rainer Orth. From-SVN: r171806
2011-03-31re PR go/48242 (gotest needs timeout mechanism)Ian Lance Taylor1-0/+24
PR go/48242 libgo: Add timeout for tests. From-SVN: r171803
2011-03-31libgo: Remove unnecessary EINTR checks.Ian Lance Taylor1-7/+7
We always use SA_RESTART with signals, so read/write/etc. should never return EINTR. From-SVN: r171802
2011-03-30Update to current Go library.Ian Lance Taylor106-661/+1869
From-SVN: r171732
2011-03-28re PR go/48312 (http, rpc, websocket tests hang on Solaris 2/x86)Ian Lance Taylor5-9/+20
PR go/48312 Fix fd_select.go for changes in FD handling. We have to wake up the goroutine waiting in select each time we change the set of descriptors we are waiting for, unlike epoll. From-SVN: r171623
2011-03-28Rename net/fd_rtems.go to net/fd_select.go.Ian Lance Taylor1-0/+0
From-SVN: r171621
2011-03-24Update to current version of Go library.Ian Lance Taylor156-2593/+8541
From-SVN: r171427
2011-03-23Missed test data in libgo update.Ian Lance Taylor3-0/+0
From-SVN: r171362
2011-03-23Somehow missed this addition when updating the library.Ian Lance Taylor1-0/+0
From-SVN: r171361
2011-03-16Update to current version of Go library (revision 94d654be2064).Ian Lance Taylor259-3984/+14755
From-SVN: r171076
2011-03-09Solaris specific syslog support.Ian Lance Taylor4-24/+117
From-SVN: r170837
2011-03-09re PR go/48019 (Need to handle EINTR in libgo testsuite)Ian Lance Taylor1-0/+3
PR go/48019 Ignore EINTR in socket connect. From-SVN: r170811
2011-03-07Solaris libgo testsuite fixes.Ian Lance Taylor2-3/+1
From-SVN: r170762
2011-02-21Support libgo on Solaris.Ian Lance Taylor3-1/+24
From Rainer Orth. From-SVN: r170355
2011-01-29time: Look for zoneinfo files in Solaris directory.Ian Lance Taylor1-1/+6
From-SVN: r169380
2011-01-28Add Solaris version of os.Hostname.Ian Lance Taylor1-0/+25
From-SVN: r169350
2011-01-28When closing a file, call closedir if we called opendir.Ian Lance Taylor1-0/+7
Fixes Go issue 1448. From-SVN: r169344
2011-01-26netchan: Avoid race condition in test.Ian Lance Taylor1-2/+2
Copied from master library. From-SVN: r169311
2011-01-26net: Check for EINTR.Ian Lance Taylor1-7/+7
From-SVN: r169309
2011-01-26Update some net tests from master sources.Ian Lance Taylor2-13/+37
From-SVN: r169298
2011-01-24Recognize m68k, mips, PPC. Don't require arch syscall files to exist.Ian Lance Taylor6-30/+0
From-SVN: r169185
2011-01-21Fix race condition in test case.Ian Lance Taylor1-7/+7
Brought over from master repository. From-SVN: r169106
2011-01-21Remove the types float and complex.Ian Lance Taylor316-14850/+18147
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
2011-01-13Use GOARCH value of sparc64 rather than sparcv9.Ian Lance Taylor1-0/+0
From-SVN: r168740
2011-01-12Preliminary framework for Solaris support.Ian Lance Taylor5-0/+37
Partly from Rainer Orth. From-SVN: r168697
2011-01-12Simplify libgo Makefile conditionals.Ian Lance Taylor3-0/+27
From-SVN: r168696
2010-12-17Update to current master source.Ian Lance Taylor1-252/+159
From-SVN: r167972
2010-12-17Don't split stack in bytes.IndexByte.Ian Lance Taylor1-3/+5
From-SVN: r167971
2010-12-08Fix test by copying from master.Ian Lance Taylor1-1/+1
From-SVN: r167575
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor729-0/+179469
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