summaryrefslogtreecommitdiff
path: root/libgo/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* PR go/47452ian2011-01-251-3/+3
* Recognize m68k, mips, PPC. Don't require arch syscall files to exist.ian2011-01-241-2/+4
* Remove the types float and complex.ian2011-01-211-31/+302
* libgo/Makefile.am: Fix typo naming socket_bsd.go.ian2011-01-191-1/+1
* libgo: Use $(SHELL) to invoke gotest.ian2011-01-141-2/+2
* libgo/Makefile.am: Correct typos in Solaris support.ian2011-01-141-5/+5
* Clean up syscalls, add some Solaris support.ian2011-01-131-12/+46
* Make using DejaGNU work for libgo testing on a native system.ian2011-01-121-5/+9
* Preliminary framework for Solaris support.ian2011-01-121-4/+7
* Simplify libgo Makefile conditionals.ian2011-01-121-34/+16
* Change libgo testsuite format to be more like DejaGNU.ian2011-01-111-5/+7
* Add cgo support routines corresponding to the ones in 6g/8g.ian2011-01-111-3/+12
* PR go/47176ian2011-01-051-1/+2
* Avoid always splitting the stack when calling append and copy.ian2010-12-171-6/+15
* PR bootstrap/46812ian2010-12-091-1/+1
* PR other/46840ian2010-12-081-3/+4
* PR other/46789ian2010-12-071-302/+313
* Check for -pthread and -lpthread at configure time.ian2010-12-031-4/+7
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-031-0/+4829