[Ada] Refactor repeated code for real type attributes returning integers
[gcc.git] / libgo / config.h.in
2020-10-29 Nikhil Beneschlibgo: handle linking to NetBSD's versioned symbols
2020-10-14 Nikhil Beneschlibgo: export NetBSD-specific types in mksysinfo.sh
2019-02-01 Ian Lance Taylorruntime, sync: use __atomic intrinsics instead of __sync
2018-10-02 Ian Lance Taylorinternal/bytealg: support systems that don't have memmem
2018-06-22 Ian Lance Taylorsyscall: remove Ustat
2017-06-21 Ian Lance Taylorlibgo, syscall: fix ptrace implementation on MIPS
2017-05-10 Ian Lance TaylorBig merge of changes to gofrontend repo that were postp...
2017-01-03 Ian Lance Taylorre PR go/78789 (Error: no such instruction: `aesenc...
2016-10-18 Ian Lance Taylorruntime: copy netpoll code from Go 1.7 runtime
2016-09-30 Ian Lance Taylorruntime: copy internal locking code from Go 1.7 runtime
2015-05-16 Ian Lance Taylorlibgo: Use __USING_SJLJ_EXCEPTIONS__ rather than config...
2015-01-15 Ian Lance Taylorlibgo, compiler: Upgrade libgo to Go 1.4, except for...
2014-05-07 Ian Lance Taylormksysinfo: Define CLONE flags.
2014-04-16 Ian Lance Taylorlibgo: Remove Solaris 8 & 9 support.
2013-11-24 Ian Lance Taylorsyscall: Only call varargs libc functions from C code.
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-01-29 Ian Lance Taylorlibgo: Update Go library to master revision 15489/921e5...
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-04 Ian Lance Taylorsyscall: Add more constants.
2012-04-03 Ian Lance Taylormksysinfo.sh: Add some more networking constants.
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-15 Ian Lance Taylorruntime: Support broken makecontext on Solaris 8/9.
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 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.
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-09-16 Ian Lance TaylorUpdate Go library to r60.
2011-05-24 Ian Lance Taylorlibgo: Make os.setenv_c work on systems without setenv.
2011-04-05 Ian Lance Taylorlibgo: Use MAP_FIXED if necessary to grab arena.
2011-02-21 Ian Lance TaylorSupport libgo on Solaris.
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...
2010-12-03 Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.