]> git.ipfire.org Git - thirdparty/gcc.git/history - libgo/configure.ac
runtime: add the --without-libatomic configure option
[thirdparty/gcc.git] / libgo / configure.ac
2014-05-29  Ian Lance Taylorruntime: add the --without-libatomic configure option
2014-05-07  Ian Lance Taylormksysinfo: Define CLONE flags.
2014-05-01  Ian Lance Taylorruntime: ask $GOC rather than $CC for the version and...
2014-04-16  Ian Lance Taylorlibgo: Remove Solaris 8 & 9 support.
2014-03-12  Ian Lance Taylorlibgo: Build math package with -ffp-contract=off on...
2014-01-22  Ian Lance Taylorlibgo/configure: Test for gold with gccgo -Wl,--help...
2014-01-06  Ian Lance Taylorgo/build: Set GOARCH on arm64 systems.
2013-11-24  Ian Lance Taylorsyscall: Only call varargs libc functions from C code.
2013-11-19  Ian Lance Taylorlibgo: Fix typo for is_dragonfly in configure script.
2013-11-06  Ian Lance Taylorlibgo: Update to October 24 version of master library.
2013-10-17  Ian Lance Taylorsyscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get...
2013-10-02  Ian Lance Taylorreflect: Use hand-coded .eh_frame section rather than...
2013-06-18  Ian Lance Taylorcompiler, runtime: Use function descriptors.
2013-02-11  Ian Lance Taylorre PR go/56171 (syscall FAILs on Solaris)
2013-02-07  Ian Lance Taylorlibgo: Correct test for whether to use DejaGNU.
2013-02-05  Ian Lance Taylorre PR go/56017 (libgo testsuite does not support cross...
2013-01-29  Ian Lance Taylorlibgo: Update Go library to master revision 15489/921e5...
2013-01-26  Ian Lance Taylorlibgo: Add --enable-werror configure option.
2012-10-23  Ian Lance Taylorre PR go/54918 (libgo.so.0 is not runtime compatible...
2012-10-23  Ian Lance Taylorlibgo: Update to current sources.
2012-09-20  Ian Lance Taylorlibgo: Add no-dist and -Wno-portability to AM_INIT_AUTO...
2012-06-07  Ian Lance Taylorruntime: Use dl_iterate_phdr to get TLS size.
2012-06-05  Ian Lance Taylorruntime: Fix call to _dl_get_tls_static_info for i386.
2012-04-27  Ian Lance Taylorre PR go/52358 (math FAILs on Solaris 8 and 9)
2012-04-22  Ian Lance Taylormksysinfo: More fixes to emulate master Go library.
2012-04-21  Ian Lance Taylorsyscall: Additional constants, some type corrections.
2012-04-20  Ian Lance Taylornet, syscall: Use native endianness for GNU/Linux netli...
2012-04-04  Ian Lance Taylorsyscall: Add more constants.
2012-04-03  Ian Lance Taylorsyscall, net: Fix GNU/Linux netlink code for big-endian...
2012-04-03  Ian Lance Taylormksysinfo.sh: Add some more networking constants.
2012-03-05  Ian Lance Taylorlibgo: Fix Solaris ustat.h test.
2012-03-02  Ian Lance Taylorlibgo: Try to fix use of <ustat.h> for Solaris and...
2012-02-29  Ian Lance Taylorsyscall: Fill out GNU/Linux support.
2012-02-18  Ian Lance Taylorlibgo: Add mount flags, fallocate, statfs.
2012-02-17  Ian Lance Taylorre PR go/52266 (syntax error in libgo/configure)
2012-02-15  Ian Lance Taylorruntime: Support broken makecontext on Solaris 8/9.
2012-02-14  Ian Lance Taylorre PR go/48410 (weird installation dir)
2012-02-12  Ian Lance Taylorre PR go/52084 (go tests fail to link on powerpc-linux...
2012-02-10  Ian Lance Taylorlibgo/configure: Fixes for Solaris 8 and cross-compilation.
2012-02-08  Ian Lance Taylorruntime: Add matherr function when appropriate.
2012-02-08  Ian Lance Taylormath: Compile with -mfancy-math-387 -funsafe-optimizati...
2012-02-08  Ian Lance Taylorruntime: System-specific hack fix for x86_64 Solaris 10.
2012-01-26  Ian Lance Taylorlibgo: Build stubs for some syscall functions not on...
2012-01-25  Ian Lance Taylorlibgo: Update to weekly.2012-01-15.
2012-01-17  Ian Lance Taylorlibgo: Solaris and Irix compatibility patches.
2012-01-13  Ian Lance Taylorlibgo: Update to weekly.2011-12-22.
2011-12-22  Ian Lance Taylorlibgo: Use -std=gnu99 on Solaris 10.
2011-12-20  Ian Lance Taylorlibgo: Fix use of -D_GNU_SOURCE and friends when buildi...
2011-12-03  Ian Lance Taylorlibgo: Generate dependencies automatically.
2011-12-02  Ian Lance Taylorlibgo: Update to weekly.2011-11-01.
2011-11-29  Ian Lance Taylorruntime: If no sem_timedwait, use pthread_cond_timedwait.
2011-11-01  Ian Lance Taylorsyscall: Portability code for epoll_event on GNU/Linux.
2011-10-23  Ian Lance TaylorImplement new syscall package.
2011-09-16  Ian Lance TaylorUpdate Go library to r60.
2011-07-11  Ian Lance Taylorlibgo: Define CC_FOR_BUILD in Makefile.
2011-05-24  Ian Lance Taylorlibgo: Make os.setenv_c work on systems without setenv.
2011-04-25  Ian Lance Taylorlibgo: Irix 6 patches.
2011-04-05  Ian Lance Taylorlibgo: Use MAP_FIXED if necessary to grab arena.
2011-04-01  Ian Lance Taylorlibgo: Support for alpha.
2011-04-01  Ian Lance Taylorlibgo: Try to guess the right type for select bits...
2011-04-01  Ian Lance Taylorlibgo: Support Solaris 8/9.
2011-04-01  Ian Lance Taylorlibgo: Recognize MIPS ABIs.
2011-03-31  Ian Lance Taylorre PR go/47515 (Issues porting libgo to IRIX 6.5)
2011-03-30  Ian Lance Taylorlibgo: Use waitpid on systems which do not have wait4.
2011-03-30  Ian Lance Taylorlibgo: Support systems which do not have strerror_r.
2011-02-21  Ian Lance TaylorSupport libgo on Solaris.
2011-02-10  Ian Lance Taylorlibgo/configure.ac: Use AC_COMPILE_IFELSE, not AC_PREPR...
2011-02-04  Ian Lance TaylorImplement __sync_fetch_and_add_4 if necessary.
2011-02-03  Ian Lance TaylorCheck whether we are using setjmp/longjmp exceptions.
2011-02-01  Ian Lance TaylorTest whether libgcc or kernel defines __sync_bool_compa...
2011-01-24  Ian Lance TaylorRecognize m68k, mips, PPC. Don't require arch syscall...
2011-01-14  Ian Lance Taylorlibgo: Check whether we need -lrt for sched_yield.
2011-01-13  Ian Lance TaylorUse GOARCH value of sparc64 rather than sparcv9.
2011-01-12  Ian Lance TaylorPreliminary framework for Solaris support.
2011-01-12  Ian Lance TaylorSimplify libgo Makefile conditionals.
2010-12-08  Ian Lance Taylorre PR other/46840 (libgo should link against libm)
2010-12-03  Ian Lance TaylorCheck for -pthread and -lpthread at configure time.
2010-12-03  Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.