aboutsummaryrefslogtreecommitdiff
path: root/libgo/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2012-06-07runtime: Use dl_iterate_phdr to get TLS size.Ian Lance Taylor1-1/+1
2012-06-05runtime: Fix call to _dl_get_tls_static_info for i386.Ian Lance Taylor1-1/+1
2012-04-27re PR go/52358 (math FAILs on Solaris 8 and 9)Ian Lance Taylor1-0/+5
2012-04-22mksysinfo: More fixes to emulate master Go library.Ian Lance Taylor1-1/+1
2012-04-21syscall: Additional constants, some type corrections.Ian Lance Taylor1-2/+2
2012-04-20net, syscall: Use native endianness for GNU/Linux netlink code.Ian Lance Taylor1-6/+0
2012-04-04syscall: Add more constants.Ian Lance Taylor1-1/+1
2012-04-03syscall, net: Fix GNU/Linux netlink code for big-endian systems.Ian Lance Taylor1-0/+6
2012-04-03mksysinfo.sh: Add some more networking constants.Ian Lance Taylor1-1/+1
2012-03-05libgo: Fix Solaris ustat.h test.Ian Lance Taylor1-1/+4
2012-03-02libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux.Ian Lance Taylor1-1/+16
2012-02-29syscall: Fill out GNU/Linux support.Ian Lance Taylor1-2/+2
2012-02-18libgo: Add mount flags, fallocate, statfs.Ian Lance Taylor1-2/+3
2012-02-17re PR go/52266 (syntax error in libgo/configure)Ian Lance Taylor1-2/+0
2012-02-15runtime: Support broken makecontext on Solaris 8/9.Ian Lance Taylor1-0/+18
2012-02-14re PR go/48410 (weird installation dir)Ian Lance Taylor1-15/+17
2012-02-12re PR go/52084 (go tests fail to link on powerpc-linux-gnu (undefined referen...Ian Lance Taylor1-0/+28
2012-02-10libgo/configure: Fixes for Solaris 8 and cross-compilation.Ian Lance Taylor1-4/+11
2012-02-08runtime: Add matherr function when appropriate.Ian Lance Taylor1-0/+15
2012-02-08math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.Ian Lance Taylor1-0/+17
2012-02-08runtime: System-specific hack fix for x86_64 Solaris 10.Ian Lance Taylor1-0/+81
2012-01-26libgo: Build stubs for some syscall functions not on older systems.Ian Lance Taylor1-1/+6
2012-01-25libgo: Update to weekly.2012-01-15.Ian Lance Taylor1-1/+1
2012-01-17libgo: Solaris and Irix compatibility patches.Ian Lance Taylor1-0/+1
2012-01-13libgo: Update to weekly.2011-12-22.Ian Lance Taylor1-0/+2
2011-12-22libgo: Use -std=gnu99 on Solaris 10.Ian Lance Taylor1-2/+2
2011-12-20libgo: Fix use of -D_GNU_SOURCE and friends when building libgo.Ian Lance Taylor1-4/+5
2011-12-03libgo: Generate dependencies automatically.Ian Lance Taylor1-0/+5
2011-12-02libgo: Update to weekly.2011-11-01.Ian Lance Taylor1-1/+1
2011-11-29runtime: If no sem_timedwait, use pthread_cond_timedwait.Ian Lance Taylor1-0/+8
2011-11-01syscall: Portability code for epoll_event on GNU/Linux.Ian Lance Taylor1-0/+22
2011-10-23Implement new syscall package.Ian Lance Taylor1-4/+21
2011-09-16Update Go library to r60.Ian Lance Taylor1-7/+8
2011-07-11libgo: Define CC_FOR_BUILD in Makefile.Ian Lance Taylor1-0/+3
2011-05-24libgo: Make os.setenv_c work on systems without setenv.Ian Lance Taylor1-1/+1
2011-04-25libgo: Irix 6 patches.Ian Lance Taylor1-2/+7
2011-04-05libgo: Use MAP_FIXED if necessary to grab arena.Ian Lance Taylor1-1/+1
2011-04-01libgo: Support for alpha.Ian Lance Taylor1-0/+6
2011-04-01libgo: Try to guess the right type for select bits in mksysinfo.Ian Lance Taylor1-1/+1
2011-04-01libgo: Support Solaris 8/9.Ian Lance Taylor1-0/+16
2011-04-01libgo: Recognize MIPS ABIs.Ian Lance Taylor1-12/+32
2011-03-31re PR go/47515 (Issues porting libgo to IRIX 6.5)Ian Lance Taylor1-0/+3
2011-03-30libgo: Use waitpid on systems which do not have wait4.Ian Lance Taylor1-1/+2
2011-03-30libgo: Support systems which do not have strerror_r.Ian Lance Taylor1-1/+3
2011-02-21Support libgo on Solaris.Ian Lance Taylor1-1/+1
2011-02-10libgo/configure.ac: Use AC_COMPILE_IFELSE, not AC_PREPROC_IFELSE.Ian Lance Taylor1-4/+4
2011-02-04Implement __sync_fetch_and_add_4 if necessary.Ian Lance Taylor1-0/+14
2011-02-03Check whether we are using setjmp/longjmp exceptions.Ian Lance Taylor1-0/+50
2011-02-01Test whether libgcc or kernel defines __sync_bool_compare_and_swap_4.Ian Lance Taylor1-0/+14
2011-01-24Recognize m68k, mips, PPC. Don't require arch syscall files to exist.Ian Lance Taylor1-7/+54