From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9690 invoked by alias); 10 Oct 2008 00:43:56 -0000 Received: (qmail 9252 invoked by uid 48); 10 Oct 2008 00:42:33 -0000 Date: Fri, 10 Oct 2008 00:43:00 -0000 Message-ID: <20081010004233.9251.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/33100] [4.3/4.4 regression] on bootstrap getting section .eh_frame: bad cie version 0: offset 0x0 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "cnstar9988 at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-10/txt/msg00672.txt.bz2 ------- Comment #27 from cnstar9988 at gmail dot com 2008-10-10 00:42 ------- works well on gcc 4.3.2 + patch. I don't build libgcc_s.so. gas 2.18 + gmp 4.2.4 + mpfr 2.3.2. Configured with: ../src/configure --prefix=/opt/gcc-4.3.2 --with-gmp=/opt/gcc-4.3.2 --with-mpfr=/opt/gcc-4.3.2 --with-as=/usr/local/bin/as --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --disable-shared --disable-nls --with-cpu=generic --build=i386-pc-solaris2.10 --- config.gcc.4.3.2.old Thu Oct 9 18:51:26 2008 +++ config.gcc.4.3.2.new Thu Oct 9 18:51:26 2008 @@ -1289,7 +1289,7 @@ *-*-solaris2.1[0-9]*) tm_file="${tm_file} i386/x86-64.h i386/sol2-10.h" tm_defines="${tm_defines} TARGET_BI_ARCH=1" - tmake_file="$tmake_file i386/t-crtstuff i386/t-sol2-10" + tmake_file="$tmake_file i386/t-sol2-10" need_64bit_hwint=yes # FIXME: -m64 for i[34567]86-*-* should be allowed just # like -m32 for x86_64-*-*. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33100