forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
re PR bootstrap/39150 (Configure scripts have no 64-Bit Solaris defin…
…ed (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
- Loading branch information
Showing
35 changed files
with
213 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
2011-07-07 Rainer Orth <[email protected]> | ||
|
||
PR target/39150 | ||
* configure.ac (i[3456789]86-*-solaris2*): Also accept | ||
x86_64-*-solaris2.1[0-9]*. | ||
* configure: Regenerate. | ||
|
||
2011-06-29 Richard Sandiford <[email protected]> | ||
|
||
* MAINTAINERS (RTL optimizers): Add self. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
2011-07-07 Rainer Orth <[email protected]> | ||
|
||
PR target/39150 | ||
* configure.ac (i?86-*-solaris2.[89]): Also accept | ||
x86_64-*-solaris2.1?. | ||
* configure: Regenerate. | ||
|
||
2011-06-29 Rainer Orth <[email protected]> | ||
|
||
PR libgcj/49451 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,33 @@ | ||
2011-07-07 Rainer Orth <[email protected]> | ||
|
||
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. | ||
|
||
2011-07-07 Rainer Orth <[email protected]> | ||
|
||
* config/sol2.h (ASM_SPEC): Split into ... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2011-07-07 Rainer Orth <[email protected]> | ||
|
||
PR target/39150 | ||
* gcc-interface/Makefile.in: Handle x86_64-solaris2. | ||
|
||
2011-07-06 Richard Guenther <[email protected]> | ||
|
||
* gcc-interface/misc.c (gnat_init): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.