diff options
author | Daniel Jacobowitz <dan@codesourcery.com> | 2004-11-18 01:07:18 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2004-11-18 01:07:18 +0000 |
commit | a8e68029244bf2bcafbb82c7419438d185dc4c5d (patch) | |
tree | f359cc24690133850cf3bf16ec1173672b262e12 /libcpp | |
parent | e1990f69ebdc902f9a888b094f32b9a408790bcf (diff) | |
download | gcc-a8e68029244bf2bcafbb82c7419438d185dc4c5d.zip gcc-a8e68029244bf2bcafbb82c7419438d185dc4c5d.tar.gz gcc-a8e68029244bf2bcafbb82c7419438d185dc4c5d.tar.bz2 |
configure.ac (i[34567]86-*-solaris2.1[0-9]*): Set need_64bit_hwint=yes.
libcpp:
2004-11-18 Daniel Jacobowitz <dan@codesourcery.com>
Mark Mitchell <mark@codesourcery.com>
* configure.ac (i[34567]86-*-solaris2.1[0-9]*): Set
need_64bit_hwint=yes.
* configure: Regenerate.
gcc:
2004-11-18 Daniel Jacobowitz <dan@codesourcery.com>
Mark Mitchell <mark@codesourcery.com>
* config/i386/sol2-10.h, config/i386/t-sol2-10: New files.
* config/i386/i386.c (i386_solaris_elf_named_section): New
function.
* config.gcc (i[34567]86-*-solaris2*): Handle Solaris 2.10.
* config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Handle
64-bit.
(ASM_QUAD): Don't undefine for biarch targets.
* config/i386/t-sol2: Introduce multilib support.
gcc/testsuite:
2004-11-18 Daniel Jacobowitz <dan@codesourcery.com>
Mark Mitchell <mark@codesourcery.com>
* testsuite/gcc.dg/pragma-init-fini-2.c: New test.
Co-Authored-By: Mark Mitchell <mark@codesourcery.com>
From-SVN: r90839
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 7 | ||||
-rwxr-xr-x | libcpp/configure | 1 | ||||
-rw-r--r-- | libcpp/configure.ac | 1 |
3 files changed, 9 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 5a46149..eb5d76f 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,10 @@ +2004-11-18 Daniel Jacobowitz <dan@codesourcery.com> + Mark Mitchell <mark@codesourcery.com> + + * configure.ac (i[34567]86-*-solaris2.1[0-9]*): Set + need_64bit_hwint=yes. + * configure: Regenerate. + 2004-11-09 Joseph S. Myers <joseph@codesourcery.com> * Makefile.in ($(PACKAGE).pot): New rule. Depend on diff --git a/libcpp/configure b/libcpp/configure index 7a1bc91..978296b 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -7044,6 +7044,7 @@ case $target in x86_64-*-* | \ ia64-*-* | \ hppa*64*-*-* | parisc*64*-*-* | \ + i[34567]86-*-solaris2.1[0-9]* | \ mips*-*-* | \ mmix-*-* | \ powerpc*-*-* | \ diff --git a/libcpp/configure.ac b/libcpp/configure.ac index 0bcf171..f088ac8 100644 --- a/libcpp/configure.ac +++ b/libcpp/configure.ac @@ -110,6 +110,7 @@ case $target in x86_64-*-* | \ ia64-*-* | \ hppa*64*-*-* | parisc*64*-*-* | \ + i[34567]86-*-solaris2.1[0-9]* | \ mips*-*-* | \ mmix-*-* | \ powerpc*-*-* | \ |