aboutsummaryrefslogtreecommitdiff
path: root/libgo/configure.ac
AgeCommit message (Expand)Author
2016-02-04 libgo: bump version number for upgrade to 1.6rc1ian
2016-02-03 libgo: Update to go1.6rc1.ian
2015-11-21 PR go/66574ian
2015-11-10 libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fieldsian
2015-11-02 libgo: Bump version number.ian
2015-09-15 libgo: If compiler can split-stack and linker can not, use -fno-split-stack.ian
2015-09-15 libgo: test linking split-stack and non-split-stack togetherian
2015-09-10 libgo: Use stat_atim.go on Solaris 12+ian
2015-05-16libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test.ian
2015-01-15libgo: Bump version number in libgo configure script.ian
2015-01-15libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.ian
2014-11-21runtime: GOARCH values for ppc64 BE & LEian
2014-11-14runtime: set library name based on compiler nameian
2014-11-04libgo: add s390 supportian
2014-10-17configure: Quote some shell variables.ian
2014-09-29libgo/configure: Use -Qunused-arguments for asm tests if supported.ian
2014-07-19libgo: Bump version number.ian
2014-05-29runtime: add the --without-libatomic configure optionian
2014-05-07mksysinfo: Define CLONE flags.ian
2014-05-01runtime: ask $GOC rather than $CC for the version and multi-os-directoryian
2014-04-16libgo: Remove Solaris 8 & 9 support.ian
2014-03-12libgo: Build math package with -ffp-contract=off on non-x86.ian
2014-01-22libgo/configure: Test for gold with gccgo -Wl,--help, not ld --help.ian
2014-01-06go/build: Set GOARCH on arm64 systems.ian
2013-11-24syscall: Only call varargs libc functions from C code.ian
2013-11-19libgo: Fix typo for is_dragonfly in configure script.ian
2013-11-06libgo: Update to October 24 version of master library.ian
2013-10-17syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority.ian
2013-10-02reflect: Use hand-coded .eh_frame section rather than CFI directives.ian
2013-06-18compiler, runtime: Use function descriptors.ian
2013-02-11 PR go/56171ian
2013-02-07libgo: Correct test for whether to use DejaGNU.ian
2013-02-05 PR go/56017ian
2013-01-29libgo: Update Go library to master revision 15489/921e53d4863c.ian
2013-01-26libgo: Add --enable-werror configure option.ian
2012-10-23 PR go/54918ian
2012-10-23libgo: Update to current sources.ian
2012-09-20libgo: Add no-dist and -Wno-portability to AM_INIT_AUTOMAKE.ian
2012-06-07runtime: Use dl_iterate_phdr to get TLS size.ian
2012-06-05runtime: Fix call to _dl_get_tls_static_info for i386.ian
2012-04-27 PR go/52358ian
2012-04-22mksysinfo: More fixes to emulate master Go library.ian
2012-04-21syscall: Additional constants, some type corrections.ian
2012-04-20net, syscall: Use native endianness for GNU/Linux netlink code.ian
2012-04-04syscall: Add more constants.ian
2012-04-03syscall, net: Fix GNU/Linux netlink code for big-endian systems.ian
2012-04-03mksysinfo.sh: Add some more networking constants.ian
2012-03-05libgo: Fix Solaris ustat.h test.ian
2012-03-02libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux.ian
2012-02-29syscall: Fill out GNU/Linux support.ian