This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

unwind-dw2-fde-glibc.c mess.


I suspect this change:

2001-12-15  Jakub Jelinek  <jakub@redhat.com>

        * 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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]