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]

[basic-improvements] bootstrap failure on x86


Zack,

This change seems to be causing a bootstrap regression on x86.

2002-10-30  Zack Weinberg  <zack@codesourcery.com>

	* gthr.h, gthr-dce.h, gthr-posix.h, gthr-rtems.h,
	gthr-solaris.h, gthr-win32.h: Remove __gthread_key_dtor.
	* unwind-sjlj.c (fc_key_dtor): Delete.
	(fc_key_init): Adjust __gthread_key_create call to match.


-----------------------------------------------------------------------------
[ ... ]
/notnfs/dnovillo/sbox/bib/bld/gcc/xgcc -shared-libgcc -B/notnfs/dnovillo/sbox/bib/bld/gcc/ -nostdinc++ -L/notnfs/dnovillo/sbox/bib/bld/i686-pc-linux-gnu/libstdc++-v3/src -L/notnfs/dnovillo/sbox/bib/bld/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/home/dnovillo/perf/sbox/bib/local/inst/i686-pc-linux-gnu/bin/ -B/home/dnovillo/perf/sbox/bib/local/inst/i686-pc-linux-gnu/lib/ -isystem /home/dnovillo/perf/sbox/bib/local/inst/i686-pc-linux-gnu/include -I/home/dnovillo/perf/sbox/bib/local/src/libstdc++-v3/../gcc -I/home/dnovillo/perf/sbox/bib/local/src/libstdc++-v3/../include -I/notnfs/dnovillo/sbox/bib/bld/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu -I/notnfs/dnovillo/sbox/bib/bld/i686-pc-linux-gnu/libstdc++-v3/include -I/home/dnovillo/perf/sbox/bib/local/src/libstdc++-v3/libsupc++ -g -O2 -D_GNU_SOURCE -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -c /home/dnovillo/perf/sbox/bib/local/src/libstdc++-v3/libsupc++/eh_globals.cc  -fPIC -DPIC -o eh_globals.o
/home/dnovillo/perf/sbox/bib/local/src/libstdc++-v3/libsupc++/eh_globals.cc: In 
   function `void get_globals_dtor(void*)':
/home/dnovillo/perf/sbox/bib/local/src/libstdc++-v3/libsupc++/eh_globals.cc:50: error: `
   __gthread_key_dtor' undeclared (first use this function)
/home/dnovillo/perf/sbox/bib/local/src/libstdc++-v3/libsupc++/eh_globals.cc:50: error: (Each
   undeclared identifier is reported only once for each function it appears 
   in.)
make[4]: *** [eh_globals.lo] Error 1
make[4]: Leaving directory `/notnfs/dnovillo/sbox/bib/bld/i686-pc-linux-gnu/libstdc++-v3/libsupc++'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/notnfs/dnovillo/sbox/bib/bld/i686-pc-linux-gnu/libstdc++-v3'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory `/notnfs/dnovillo/sbox/bib/bld/i686-pc-linux-gnu/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/notnfs/dnovillo/sbox/bib/bld'
make: *** [bootstrap] Error 2
-----------------------------------------------------------------------------


Diego.


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