aboutsummaryrefslogtreecommitdiff
path: root/libgo/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2011-02-22Permit comparing non-empty interfaces with empty interfaces.Ian Lance Taylor1-10/+21
2011-02-21Support libgo on Solaris.Ian Lance Taylor1-0/+11
2011-02-05libgo: Pass compiler flags to mksysinfo.sh.Ian Lance Taylor1-1/+1
2011-01-31libgo/Makefile.am: Simplify build to avoid unnecessary .a files.Ian Lance Taylor1-569/+692
2011-01-28Add Solaris version of os.Hostname.Ian Lance Taylor1-1/+5
2011-01-27Don't force rebuild if mksysinfo.sh does not change sysinfo.go.Ian Lance Taylor1-1/+5
2011-01-27Add missing dependency in libgo/Makefile.am.Ian Lance Taylor1-2/+2
2011-01-25re PR go/47452 (Bootstrap fails in libgo (argument has incompatible type))Ian Lance Taylor1-3/+3
2011-01-24Recognize m68k, mips, PPC. Don't require arch syscall files to exist.Ian Lance Taylor1-2/+4
2011-01-21Remove the types float and complex.Ian Lance Taylor1-31/+302
2011-01-19libgo/Makefile.am: Fix typo naming socket_bsd.go.Ian Lance Taylor1-1/+1
2011-01-14libgo: Use $(SHELL) to invoke gotest.Ian Lance Taylor1-2/+2
2011-01-14libgo/Makefile.am: Correct typos in Solaris support.Ian Lance Taylor1-5/+5
2011-01-13Clean up syscalls, add some Solaris support.Ian Lance Taylor1-12/+46
2011-01-12Make using DejaGNU work for libgo testing on a native system.Ian Lance Taylor1-5/+9
2011-01-12Preliminary framework for Solaris support.Ian Lance Taylor1-4/+7
2011-01-12Simplify libgo Makefile conditionals.Ian Lance Taylor1-34/+16
2011-01-11Change libgo testsuite format to be more like DejaGNU.Ian Lance Taylor1-5/+7
2011-01-11Add cgo support routines corresponding to the ones in 6g/8g.Ian Lance Taylor1-3/+12
2011-01-05re PR go/47176 (libgo doesn't compile if libunicode is installed)Ian Lance Taylor1-1/+2
2010-12-17Avoid always splitting the stack when calling append and copy.Ian Lance Taylor1-6/+15
2010-12-09re PR bootstrap/46812 (Linux libgo compilation fails when a "libnet" is alrea...Ian Lance Taylor1-1/+1
2010-12-08re PR other/46840 (libgo should link against libm)Ian Lance Taylor1-3/+4
2010-12-07re PR other/46789 (go configuration with --prefix=/usr pollutes the /usr/lib ...Ian Lance Taylor1-302/+313
2010-12-03Check for -pthread and -lpthread at configure time.Ian Lance Taylor1-4/+7
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+4829