summaryrefslogtreecommitdiff
path: root/libgo/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2015-01-13Merge branches/gcc-4_9-branch rev 219502yroux1-2/+11
2014-06-12Merge branches/gcc-4_9-branch rev 211054yroux1-1/+1
2014-03-12libgo: Build math package with -ffp-contract=off on non-x86.ian1-0/+2
2014-01-22libgo/configure: Test for gold with gccgo -Wl,--help, not ld --help.ian1-3/+3
2014-01-06go/build: Set GOARCH on arm64 systems.ian1-0/+6
2013-11-24syscall: Only call varargs libc functions from C code.ian1-1/+1
2013-11-19libgo: Fix typo for is_dragonfly in configure script.ian1-1/+1
2013-11-06libgo: Update to October 24 version of master library.ian1-1/+4
2013-10-17syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority.ian1-1/+1
2013-10-02reflect: Use hand-coded .eh_frame section rather than CFI directives.ian1-0/+62
2013-06-18compiler, runtime: Use function descriptors.ian1-1/+1
2013-02-11 PR go/56171ian1-1/+2
2013-02-07libgo: Correct test for whether to use DejaGNU.ian1-1/+1
2013-02-05 PR go/56017ian1-0/+11
2013-01-29libgo: Update Go library to master revision 15489/921e53d4863c.ian1-1/+1
2013-01-26libgo: Add --enable-werror configure option.ian1-2/+5
2012-10-23 PR go/54918ian1-1/+1
2012-10-23libgo: Update to current sources.ian1-0/+3
2012-09-20libgo: Add no-dist and -Wno-portability to AM_INIT_AUTOMAKE.ian1-1/+1
2012-06-07runtime: Use dl_iterate_phdr to get TLS size.ian1-1/+1
2012-06-05runtime: Fix call to _dl_get_tls_static_info for i386.ian1-1/+1
2012-04-27 PR go/52358ian1-0/+5
2012-04-22mksysinfo: More fixes to emulate master Go library.ian1-1/+1
2012-04-21syscall: Additional constants, some type corrections.ian1-2/+2
2012-04-20net, syscall: Use native endianness for GNU/Linux netlink code.ian1-6/+0
2012-04-04syscall: Add more constants.ian1-1/+1
2012-04-03syscall, net: Fix GNU/Linux netlink code for big-endian systems.ian1-0/+6
2012-04-03mksysinfo.sh: Add some more networking constants.ian1-1/+1
2012-03-05libgo: Fix Solaris ustat.h test.ian1-1/+4
2012-03-02libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux.ian1-1/+16
2012-02-29syscall: Fill out GNU/Linux support.ian1-2/+2
2012-02-18libgo: Add mount flags, fallocate, statfs.ian1-2/+3
2012-02-17 PR go/52266ian1-2/+0
2012-02-15runtime: Support broken makecontext on Solaris 8/9.ian1-0/+18
2012-02-14 PR go/48410ian1-15/+17
2012-02-12 PR go/52084ian1-0/+28
2012-02-10libgo/configure: Fixes for Solaris 8 and cross-compilation.ian1-4/+11
2012-02-08runtime: Add matherr function when appropriate.ian1-0/+15
2012-02-08math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.ian1-0/+17
2012-02-08runtime: System-specific hack fix for x86_64 Solaris 10.ian1-0/+81
2012-01-26libgo: Build stubs for some syscall functions not on older systems.ian1-1/+6
2012-01-25libgo: Update to weekly.2012-01-15.ian1-1/+1
2012-01-17libgo: Solaris and Irix compatibility patches.ian1-0/+1
2012-01-13libgo: Update to weekly.2011-12-22.ian1-0/+2
2011-12-22libgo: Use -std=gnu99 on Solaris 10.ian1-2/+2
2011-12-20libgo: Fix use of -D_GNU_SOURCE and friends when building libgo.ian1-4/+5
2011-12-03libgo: Generate dependencies automatically.ian1-0/+5
2011-12-02libgo: Update to weekly.2011-11-01.ian1-1/+1
2011-11-29runtime: If no sem_timedwait, use pthread_cond_timedwait.ian1-0/+8
2011-11-01syscall: Portability code for epoll_event on GNU/Linux.ian1-0/+22