From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23435 invoked by alias); 27 Dec 2002 20:54:16 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 22915 invoked from network); 27 Dec 2002 20:54:13 -0000 Received: from unknown (HELO mail.cs.tu-berlin.de) (130.149.17.13) by 209.249.29.67 with SMTP; 27 Dec 2002 20:54:13 -0000 Received: from bolero.cs.tu-berlin.de (daemon@bolero.cs.tu-berlin.de [130.149.19.1]) by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id VAA03362; Fri, 27 Dec 2002 21:52:26 +0100 (MET) Received: (from doko@localhost) by bolero.cs.tu-berlin.de (8.11.6+Sun/8.9.3) id gBRKqQc06078; Fri, 27 Dec 2002 21:52:26 +0100 (MET) From: Matthias Klose MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15884.48522.342368.76461@gargle.gargle.HOWL> Date: Fri, 27 Dec 2002 20:07:00 -0000 To: gcc@gcc.gnu.org CC: parisc-linux@lists.parisc-linux.org Subject: [gcc-3_3-branch] bootstrap failure on hppa-linux X-SW-Source: 2002-12/txt/msg01478.txt.bz2 trying to bootstrap today's gcc-3_3-branch with gcc-3_2-branch (20021212) fails in stage1 (binutils are 2.13.90.0.16-1). Adding the mentioned -ffunction-sections as STAGE1_CFLAGS lets the bootstrap succeed. However I couldn't find any hints on the special boot flags. $ gcc-3.2 -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -o cc1 c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a main.o libbackend.a ../libiberty/libiberty.a /usr/bin/ld: libbackend.a(expr.o)(.text+0x3f744): cannot reach 000002c9_$$dyncall+0, recompile with -ffunction-sections /usr/bin/ld: libbackend.a(expr.o)(.text+0x3f744): cannot handle R_PARISC_PCREL17F for $$dyncall /usr/bin/ld: final link failed: Bad value collect2: ld returned 1 exit status