aboutsummaryrefslogtreecommitdiff
path: root/libgo/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2011-11-22runtime: New lock/note implementation.Ian Lance Taylor1-1/+7
2011-11-14runtime: Use some of 6g runtime.c for easier merging.Ian Lance Taylor1-1/+1
2011-11-11Introduce G structure and thread-local global g.Ian Lance Taylor1-1/+0
2011-11-02libgo/Makefile: Fix dependency.Ian Lance Taylor1-1/+1
2011-11-01syscall: Portability code for epoll_event on GNU/Linux.Ian Lance Taylor1-1/+29
2011-10-26Update Go library to last weekly.Ian Lance Taylor1-201/+292
2011-10-23Implement new syscall package.Ian Lance Taylor1-105/+97
2011-10-22Update Go library to r60.3 release.Ian Lance Taylor1-17/+0
2011-09-26Pass $(MATH_LIBS) $(NET_LIBS) when linking tests.Ian Lance Taylor1-0/+2
2011-09-22Update Go library to release r60.1.Ian Lance Taylor1-1/+2
2011-09-16Update Go library to r60.Ian Lance Taylor1-167/+438
2011-08-05Makefile.in (UNWIND_H): Remove.Rainer Orth1-1/+1
2011-07-06libgo: Use GOCFLAGS when compiling tests.Ian Lance Taylor1-1/+1
2011-06-14Change builtin make to runtime call at lowering time.Ian Lance Taylor1-0/+1
2011-05-24libgo: Solaris/Irix portability fixes.Ian Lance Taylor1-0/+10
2011-05-20Update to current version of Go library.Ian Lance Taylor1-40/+179
2011-04-25libgo: Irix 6 patches.Ian Lance Taylor1-1/+9
2011-04-22libgo: Support multilib testing.Ian Lance Taylor1-38/+90
2011-04-07libgo: Update to current Go library.Ian Lance Taylor1-25/+23
2011-04-06libgo: Always use AM_LDFLAGS when linking libgo.la.Ian Lance Taylor1-1/+1
2011-04-02libgo: Sort test output in libgo.sum and libgo.log.Ian Lance Taylor1-149/+174
2011-04-01libgo: Support Solaris 8/9.Ian Lance Taylor1-1/+3
2011-03-31re PR go/47515 (Issues porting libgo to IRIX 6.5)Ian Lance Taylor1-0/+4
2011-03-31libgo: Set name of test when using DejaGNU tests.Ian Lance Taylor1-1/+1
2011-03-31libgo Makefile: Fix typo in test case name.Ian Lance Taylor1-1/+1
2011-03-31libgo: Generate DejaGNU like .sum and .log files for "make check".Ian Lance Taylor1-23/+69
2011-03-30libgo: Use waitpid on systems which do not have wait4.Ian Lance Taylor1-1/+9
2011-03-30libgo: Support systems which do not have strerror_r.Ian Lance Taylor1-1/+5
2011-03-30libgo: Use the right files on Solaris variants.Ian Lance Taylor1-5/+14
2011-03-30libgo/Makefile.am: Add missing dependencies for net/net.lo.Ian Lance Taylor1-2/+3
2011-03-30Update to current Go library.Ian Lance Taylor1-2/+6
2011-03-28Rename net/fd_rtems.go to net/fd_select.go.Ian Lance Taylor1-2/+2
2011-03-27Add runtime profiling infrastructure, not yet working.Ian Lance Taylor1-0/+1
2011-03-25Remove closed function. Fix tuple receive in select.Ian Lance Taylor1-1/+0
2011-03-24Update to current version of Go library.Ian Lance Taylor1-33/+119
2011-03-21libgo: Add GOTESTFLAGS variable used when testing.Ian Lance Taylor1-2/+4
2011-03-16Update to current version of Go library (revision 94d654be2064).Ian Lance Taylor1-42/+178
2011-03-11Don't use intermediate .la files building libgo.Ian Lance Taylor1-729/+457
2011-03-09Solaris specific syslog support.Ian Lance Taylor1-6/+17
2011-03-09re PR go/48017 (Network tests should fail gracefully without network connecti...Ian Lance Taylor1-3/+3
2011-03-07Use _nuname on 32-bit Solaris 2/x86.Ian Lance Taylor1-0/+13
2011-02-22Permit comparing non-empty interfaces with empty interfaces.Ian Lance Taylor1-0/+1
2011-02-21Support libgo on Solaris.Ian Lance Taylor1-0/+21
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/+15
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/+2