From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1606 invoked by alias); 15 Dec 2001 14:27:59 -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 1585 invoked from network); 15 Dec 2001 14:27:58 -0000 Received: from unknown (HELO laptop.moene.indiv.nluug.nl) (195.109.255.217) by sources.redhat.com with SMTP; 15 Dec 2001 14:27:58 -0000 Received: from local ([127.0.0.1] helo=moene.indiv.nluug.nl) by laptop.moene.indiv.nluug.nl with esmtp (Exim 3.12 #1 (Debian)) id 16FFmE-0003sp-00; Sat, 15 Dec 2001 15:26:58 +0100 Message-ID: <3C1B5DAF.216F0612@moene.indiv.nluug.nl> Date: Sat, 15 Dec 2001 07:14:00 -0000 From: Toon Moene Organization: Moene Computational Physics, Maartensdijk, The Netherlands X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.17 i686) X-Accept-Language: en MIME-Version: 1.0 To: Jakub Jelinek CC: gcc@gcc.gnu.org Subject: unwind-dw2-fde-glibc.c mess. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00824.txt.bz2 I suspect this change: 2001-12-15 Jakub Jelinek * configure.in: Check for ld. ... * unwind-dw2-fde.c: Don't include any headers if this file is included from other .c file. * unwind-dw2-fde-glibc.c: New file. * crtstuff.c (USE_PT_GNU_EH_FRAME, USE_EH_FRAME_REGISTRY): Define. Use it instead of EH_FRAME_SECTION_NAME where appropriate. is responsible for this mess: ./xgcc -B./ -B/usr/snp/i686-pc-linux-gnu/bin/ -isystem /usr/snp/i686-pc-linux-gnu/include -isystem /usr/snp/i686-pc-linux-gnu/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include -fexceptions -c ../../gcc/gcc/unwind-dw2-fde-glibc.c -o libgcc/./unwind-dw2-fde-glibc.o In file included from tconfig.h:3, from ../../gcc/gcc/unwind-dw2-fde.c:32, from ../../gcc/gcc/unwind-dw2-fde-glibc.c:290: ../../gcc/gcc/config/i386/i386.h:53: redefinition of `struct processor_costs' ... [ goes on for a few hundred lines ... ] ../../gcc/gcc/unwind-dw2-fde.h:157: `next_fde' previously defined here make[3]: *** [libgcc/./unwind-dw2-fde-glibc.o] Error 1 Please fix. -- Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290 Saturnushof 14, 3738 XG Maartensdijk, The Netherlands Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)