aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2011-01-14libgo: Check whether we need -lrt for sched_yield.Ian Lance Taylor2-0/+60
2011-01-14libgo: Use $(SHELL) to invoke gotest.Ian Lance Taylor2-4/+4
2011-01-14libgo/syscalls: Finish Solaris code.Ian Lance Taylor3-3/+27
2011-01-14libgo/Makefile.am: Correct typos in Solaris support.Ian Lance Taylor2-8/+8
2011-01-14mksysinfo: Define _pad128_t and _upad128_t if commented out.Ian Lance Taylor1-0/+9
2011-01-13Don't exit mksysinfo.sh if there is no _user_regs_struct.Ian Lance Taylor1-1/+1
2011-01-13Use GOARCH value of sparc64 rather than sparcv9.Ian Lance Taylor4-18/+18
2011-01-13Add some Solaris support to mksysinfo.sh.Ian Lance Taylor1-4/+27
2011-01-13Clean up syscalls, add some Solaris support.Ian Lance Taylor18-310/+413
2011-01-12Use correct nm and nm options.Ian Lance Taylor1-1/+3
2011-01-12Make using DejaGNU work for libgo testing on a native system.Ian Lance Taylor5-22/+42
2011-01-12Preliminary framework for Solaris support.Ian Lance Taylor15-76/+423
2011-01-12Simplify libgo Makefile conditionals.Ian Lance Taylor13-158/+129
2011-01-11Change libgo testsuite format to be more like DejaGNU.Ian Lance Taylor2-10/+14
2011-01-11Add file missed in previous commit.Ian Lance Taylor1-0/+42
2011-01-11Add cgo support routines corresponding to the ones in 6g/8g.Ian Lance Taylor2-3/+13
2011-01-05re PR go/47176 (libgo doesn't compile if libunicode is installed)Ian Lance Taylor2-2/+4
2011-01-05re PR go/46959 (M68K Not Supported by Go)Ian Lance Taylor1-17/+2
2011-01-05re PR go/46958 (ARM Go Does Not Compile (__builtin_return_address))Ian Lance Taylor1-1/+1
2010-12-17Rework locking code to split stack much less.Ian Lance Taylor8-31/+83
2010-12-17Update to current master source.Ian Lance Taylor1-252/+159
2010-12-17Don't split stack in bytes.IndexByte.Ian Lance Taylor1-3/+5
2010-12-17Avoid always splitting the stack when calling append and copy.Ian Lance Taylor4-25/+61
2010-12-14Better error message if malloc gets a SIGSEGV.Ian Lance Taylor1-0/+6
2010-12-14Release cache while holding thread lock.Ian Lance Taylor1-5/+4
2010-12-09re PR bootstrap/46812 (Linux libgo compilation fails when a "libnet" is alrea...Ian Lance Taylor2-2/+2
2010-12-08re PR other/46840 (libgo should link against libm)Ian Lance Taylor5-7/+58
2010-12-08Fix test by copying from master.Ian Lance Taylor1-1/+1
2010-12-07re PR other/46789 (go configuration with --prefix=/usr pollutes the /usr/lib ...Ian Lance Taylor2-341/+356
2010-12-06LICENSE: separate, change PATENTS text.Ian Lance Taylor2-42/+49
2010-12-03Check for -pthread and -lpthread at configure time.Ian Lance Taylor5-9/+106
2010-12-03It's a contributor license agreement, not a copyright LA.Ian Lance Taylor1-1/+1
2010-12-03Typo.Ian Lance Taylor1-1/+1
2010-12-03Clarify copyright license agreement.Ian Lance Taylor1-7/+5
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor893-0/+237081