summaryrefslogtreecommitdiff
path: root/libgo/configure
Commit message (Expand)AuthorAgeFilesLines
* libgo/configure: Test for gold with gccgo -Wl,--help, not ld --help.Ian Lance Taylor2014-01-221-1/+1
* go/build: Set GOARCH on arm64 systems.Ian Lance Taylor2014-01-061-2/+21
* syscall: Only call varargs libc functions from C code.Ian Lance Taylor2013-11-241-1/+1
* libgo: Update libtool support for powerpc64le-linux-gnu.Ian Lance Taylor2013-11-221-4/+4
* libgo: Fix typo for is_dragonfly in configure script.Ian Lance Taylor2013-11-191-1/+1
* libgo: Update to October 24 version of master library.Ian Lance Taylor2013-11-061-3/+19
* syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority.Ian Lance Taylor2013-10-171-1/+1
* reflect: Use hand-coded .eh_frame section rather than CFI directives.Ian Lance Taylor2013-10-021-0/+95
* libgo: Update libtool.m4 from upstream to recognize powerpcle.Ian Lance Taylor2013-08-231-5/+11
* compiler, runtime: Use function descriptors.Ian Lance Taylor2013-06-181-1/+1
* re PR go/56171 (syscall FAILs on Solaris)Ian Lance Taylor2013-02-111-0/+56
* libgo: Correct test for whether to use DejaGNU.Ian Lance Taylor2013-02-071-1/+1
* re PR go/56017 (libgo testsuite does not support cross testing)Ian Lance Taylor2013-02-051-2/+11
* libgo: Update Go library to master revision 15489/921e53d4863c.Ian Lance Taylor2013-01-291-1/+1
* libgo: Add --enable-werror configure option.Ian Lance Taylor2013-01-261-3/+12
* re PR go/54918 (libgo.so.0 is not runtime compatible between gcc-4.6.2 and gc...Ian Lance Taylor2012-10-231-1/+1
* libgo: Update to current sources.Ian Lance Taylor2012-10-231-2/+18
* runtime: Use dl_iterate_phdr to get TLS size.Ian Lance Taylor2012-06-071-1/+1
* runtime: Fix call to _dl_get_tls_static_info for i386.Ian Lance Taylor2012-06-051-1/+1
* re PR go/52358 (math FAILs on Solaris 8 and 9)Ian Lance Taylor2012-04-271-0/+17
* mksysinfo: More fixes to emulate master Go library.Ian Lance Taylor2012-04-221-1/+1
* syscall: Additional constants, some type corrections.Ian Lance Taylor2012-04-211-2/+2
* net, syscall: Use native endianness for GNU/Linux netlink code.Ian Lance Taylor2012-04-201-9/+2
* syscall: Add more constants.Ian Lance Taylor2012-04-041-1/+1
* syscall, net: Fix GNU/Linux netlink code for big-endian systems.Ian Lance Taylor2012-04-031-2/+9
* mksysinfo.sh: Add some more networking constants.Ian Lance Taylor2012-04-031-1/+1
* libgo: Fix Solaris ustat.h test.Ian Lance Taylor2012-03-051-1/+4
* libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux.Ian Lance Taylor2012-03-021-1/+31
* syscall: Fill out GNU/Linux support.Ian Lance Taylor2012-02-291-2/+2
* libgo: Add mount flags, fallocate, statfs.Ian Lance Taylor2012-02-181-2/+13
* re PR go/52266 (syntax error in libgo/configure)Ian Lance Taylor2012-02-171-408/+406
* runtime: Support broken makecontext on Solaris 8/9.Ian Lance Taylor2012-02-151-0/+17
* re PR go/48410 (weird installation dir)Ian Lance Taylor2012-02-141-15/+17
* re PR go/52084 (go tests fail to link on powerpc-linux-gnu (undefined referen...Ian Lance Taylor2012-02-121-0/+58
* libgo/configure: Fixes for Solaris 8 and cross-compilation.Ian Lance Taylor2012-02-101-4/+44
* runtime: Add matherr function when appropriate.Ian Lance Taylor2012-02-081-0/+29
* math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.Ian Lance Taylor2012-02-081-2/+30
* runtime: System-specific hack fix for x86_64 Solaris 10.Ian Lance Taylor2012-02-081-0/+98
* libgo: Build stubs for some syscall functions not on older systems.Ian Lance Taylor2012-01-261-406/+432
* libgo: Update to weekly.2012-01-15.Ian Lance Taylor2012-01-251-1/+1
* libgo: Solaris and Irix compatibility patches.Ian Lance Taylor2012-01-171-0/+1
* libgo: Update to weekly.2011-12-22.Ian Lance Taylor2012-01-131-2/+17
* libgo: Use -std=gnu99 on Solaris 10.Ian Lance Taylor2011-12-221-2/+2
* libgo: Fix use of -D_GNU_SOURCE and friends when building libgo.Ian Lance Taylor2011-12-201-3/+4
* libgo: Generate dependencies automatically.Ian Lance Taylor2011-12-031-2/+8
* libgo: Update to weekly.2011-11-01.Ian Lance Taylor2011-12-021-1/+1
* runtime: If no sem_timedwait, use pthread_cond_timedwait.Ian Lance Taylor2011-11-291-0/+18
* syscall: Portability code for epoll_event on GNU/Linux.Ian Lance Taylor2011-11-011-2/+217
* Implement new syscall package.Ian Lance Taylor2011-10-231-6/+67
* Update Go library to r60.Ian Lance Taylor2011-09-161-10/+23