summaryrefslogtreecommitdiff
path: root/libgo/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
...
* Permit comparing non-empty interfaces with empty interfaces.ian2011-02-221-0/+1
* Support libgo on Solaris.ian2011-02-211-0/+21
* libgo: Pass compiler flags to mksysinfo.sh.ian2011-02-051-1/+1
* libgo/Makefile.am: Simplify build to avoid unnecessary .a files.ian2011-01-311-569/+692
* Add Solaris version of os.Hostname.ian2011-01-281-1/+15
* Don't force rebuild if mksysinfo.sh does not change sysinfo.go.ian2011-01-271-1/+5
* Add missing dependency in libgo/Makefile.am.ian2011-01-271-2/+2
* PR go/47452ian2011-01-251-3/+3
* Recognize m68k, mips, PPC. Don't require arch syscall files to exist.ian2011-01-241-2/+2
* Remove the types float and complex.ian2011-01-211-19/+222
* 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-3/+3
* Clean up syscalls, add some Solaris support.ian2011-01-131-14/+81
* Make using DejaGNU work for libgo testing on a native system.ian2011-01-121-5/+9
* Preliminary framework for Solaris support.ian2011-01-121-3/+3
* Simplify libgo Makefile conditionals.ian2011-01-121-96/+15
* 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-0/+1
* PR go/47176ian2011-01-051-1/+2
* Avoid always splitting the stack when calling append and copy.ian2010-12-171-0/+1
* PR bootstrap/46812ian2010-12-091-1/+1
* PR other/46840ian2010-12-081-2/+2
* PR other/46789ian2010-12-071-39/+43
* Check for -pthread and -lpthread at configure time.ian2010-12-031-3/+3
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-031-0/+2686