Age | Commit message (Collapse) | Author | Files | Lines |
|
From-SVN: r176223
|
|
From-SVN: r176182
|
|
From-SVN: r176181
|
|
(only i386-solaris*).)
gcc:
PR target/39150
* configure.ac (gcc_cv_as_hidden): Also accept
x86_64-*-solaris2.1[0-9]*.
(gcc_cv_as_cfi_directive): Likewise.
(gcc_cv_as_comdat_group_group): Likewise.
(set_have_as_tls): Likewise.
* configure: Regenerate.
* config.gcc (i[34567]86-*-solaris2*): Also handle
x86_64-*-solaris2.1[0-9]*.
* config.host (i[34567]86-*-solaris2*): Likewise.
* config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove.
* config/sol2-bi.h (ASM_CPU_DEFAULT_SPEC): Redefine.
[USE_GLD] (ARCH_DEFAULT_EMULATION): Define.
(TARGET_LD_EMULATION): Use it.
* config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC): Define.
(SUBTARGET_CPU_EXTRA_SPECS): Add asm_cpu_default.
* config/i386/sol2-bi.h (ASM_CPU32_DEFAULT_SPEC): Define.
(ASM_CPU64_DEFAULT_SPEC): Define.
(ASM_CPU_SPEC): Use %(asm_cpu_default).
(ASM_SPEC): Redefine.
(DEFAULT_ARCH32_P): Define using TARGET_64BIT_DEFAULT.
* config/host-solaris.c [__x86_64__] (TRY_EMPTY_VM_SPACE): Reduce.
* doc/install.texi (Specific, amd64-*-solaris2.1[0-9]*):
Document.
(Specific, i?86-*-solaris2.10): Mention x86_64-*-solaris2.1[0-9]*
configuration.
(Specific, x86_64-*-solaris2.1[0-9]*): Document.
gcc/ada:
PR target/39150
* gcc-interface/Makefile.in: Handle x86_64-solaris2.
libgcc:
PR target/39150
* config.host (*-*-solaris2*): Handle x86_64-*-solaris2.1[0-9]*
like i?86-*-solaris2.1[0-9]*.
(i[34567]86-*-solaris2*): Also handle x86_64-*-solaris2.1[0-9]*.
* configure.ac (i?86-*-solaris2*): Likewise.
* configure: Regenerate.
gcc/testsuite:
PR target/39150
* gcc.misc-tests/linkage.exp: Handle x86_64-*-solaris2.1[0-9]*.
toplevel:
PR target/39150
* configure.ac (i[3456789]86-*-solaris2*): Also accept
x86_64-*-solaris2.1[0-9]*.
* configure: Regenerate.
boehm-gc:
PR target/39150
* configure.ac (i?86-*-solaris2.[89]): Also accept
x86_64-*-solaris2.1?.
* configure: Regenerate.
gnattools:
PR target/39150
* configure.ac (*86-*-solaris2*): Also accept
x86_64-*-solaris2.1[0-9]*.
* configure: Regenerate.
libcpp:
PR target/39150
* configure.ac (host_wide_int): Handle x86_64-*-solaris2.1[0-9]
like i[34567]86-*-solaris2.1[0-9]*.
* configure: Regenerate.
libgo:
PR target/39150
* config/libtool.m4: Handle x86_64-*-solaris2.1[0-9]* like
i?86-*-solaris*.
* configure: Regenerate.
libjava:
PR target/39150
* configure.host (x86_64-*): Add -Usun to libgcj_flags.
(x86_64-*-solaris2.1[0-9]*): New case.
(i?86-*-solaris2*): Also accept x86_64-*-solaris2.1[0-9]*.
From-SVN: r175958
|
|
From Uros Bizjak.
From-SVN: r175930
|
|
Fixes using gccgo when optimizing, which changes the order of
calls to rand. Same patch proposed upstream.
From-SVN: r175927
|
|
Use kindNoPointers as 6g does.
* Make-lang.in (go/expressions.o): Depend on $(GO_RUNTIME_H).
From-SVN: r175020
|
|
Use kindNoPointers as 6g does.
* Make-lang.in (go/expressions.o): Depend on $(GO_RUNTIME_H).
From-SVN: r175008
|
|
From-SVN: r174943
|
|
From Uros Bizjak.
From-SVN: r174502
|
|
From-SVN: r174501
|
|
From-SVN: r174500
|
|
PR go/48502
libgo/os: Fix test to run on Solaris.
Patch brought over from upstream library.
From-SVN: r174167
|
|
From-SVN: r174147
|
|
From Rainer Orth.
From-SVN: r174145
|
|
From Rainer Orth.
From-SVN: r174144
|
|
From-SVN: r173931
|
|
From-SVN: r173507
|
|
From-SVN: r173181
|
|
From-SVN: r172936
|
|
From Rainer Orth.
From-SVN: r172935
|
|
PR go/48553
libgo: Bring over patch to lower recursion depth in fmt.
From-SVN: r172883
|
|
From Rainer Orth.
From-SVN: r172865
|
|
search path)
PR go/48503
libgo: Bring over http/cgi environment inheritance patches.
From-SVN: r172864
|
|
From Rainer Orth.
From-SVN: r172659
|
|
This introduces the new approach, and rewrites the lowering
code which uses runtime functions. The code which calls
runtime functions at GENERIC conversion time is not yet
rewritten.
From-SVN: r172396
|
|
From-SVN: r172106
|
|
This ensures that we pass -fsplit-stack as required.
From-SVN: r172018
|
|
From-SVN: r172003
|
|
From-SVN: r172000
|
|
From Rainer Orth.
PR go/48240
* configure.ac: Check for mincore.
* configure: Regenerate.
* config.h.in: Regenerate.
* runtime/mem.c: Include unistd.h.
(addrspace_free): New function.
(runtime_SysMap): Retry 64-bit runtime_mmap with MAP_FIXED.
From-SVN: r171961
|
|
2011-04-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR go/48222
* runtime/malloc.goc (runtime_mallocinit): Call
runtime_Mprof_Init, runtime_initfintab.
* runtime/cpuprof.c (runtime_cpuprofinit): New function.
* runtime/runtime.h (runtime_cpuprofinit): Declare it.
* runtime/go-main.c (main): Use it.
From-SVN: r171960
|
|
From-SVN: r171913
|
|
From-SVN: r171868
|
|
From Uros Bizjak.
From-SVN: r171860
|
|
From-SVN: r171858
|
|
From Rainer Orth.
From-SVN: r171818
|
|
From-SVN: r171809
|
|
PR go/47515
libgo: Add Irix support.
From Rainer Orth.
From-SVN: r171806
|
|
From-SVN: r171805
|
|
PR go/48242
libgo: Add timeout for tests.
From-SVN: r171803
|
|
We always use SA_RESTART with signals, so
read/write/etc. should never return EINTR.
From-SVN: r171802
|
|
From-SVN: r171799
|
|
From-SVN: r171793
|
|
From-SVN: r171791
|
|
From-SVN: r171758
|
|
From-SVN: r171757
|
|
From-SVN: r171753
|
|
From-SVN: r171737
|
|
From-SVN: r171732
|