diff options
author | Andreas Jaeger <aj@suse.de> | 2001-06-15 18:41:07 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2001-06-15 18:41:07 +0200 |
commit | e15ed7908c21452d01ca5721121b8322b247b19e (patch) | |
tree | 3b4ed0673b3607781092aceb755b558f2bf7ed8d /gcc | |
parent | 13de7ec4a54cf53805b2d45f8efef170cb8cfab7 (diff) | |
download | gcc-e15ed7908c21452d01ca5721121b8322b247b19e.zip gcc-e15ed7908c21452d01ca5721121b8322b247b19e.tar.gz gcc-e15ed7908c21452d01ca5721121b8322b247b19e.tar.bz2 |
install.texi (Specific): Mention that glibc cannot be compiled with GCC 3.0.
* doc/install.texi (Specific): Mention that glibc cannot be
compiled with GCC 3.0.
From-SVN: r43400
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 19 |
2 files changed, 23 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 45c5cab..e8a2577 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-06-15 Andreas Jaeger <aj@suse.de> + + * doc/install.texi (Specific): Mention that glibc cannot be + compiled with GCC 3.0. + 2001-06-14 Andrew Haley <aph@cambridge.redhat.com> * combine.c (nonzero_bits): Don't optimize away division by diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 0483600..0131fca 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -33,7 +33,7 @@ @settitle Installing GCC: Binaries @end ifset -@comment $Id: install.texi,v 1.25 2001/06/15 01:07:46 m.hayes Exp $ +@comment $Id: install.texi,v 1.26 2001/06/15 07:18:55 ljrittle Exp $ @c Copyright (C) 2001 Free Software Foundation, Inc. @c *** Converted to texinfo by Dean Wakerley, dean@wakerley.com @@ -1871,6 +1871,23 @@ applied in the GCC source tree, fixes the compatibility problems. @html </p> +@end html + +@html +<p> +@end html + +Currently Glibc 2.2.3 (and older releases) and GCC 3.0 are out of sync +since the latest exception handling changes for GCC. Compiling glibc +with GCC 3.0 will give a binary incompatible glibc and therefore cause +lots of problems and might make your system completly unusable. This +will definitly need fixes in glibc but might also need fixes in GCC. We +strongly advise to wait for glibc 2.2.4 and to read the release notes of +glibc 2.2.4 whether patches for GCC 3.0 are needed. You can use glibc +2.2.3 with GCC 3.0, just do not try to recompile it. + +@html +</p> <hr> @end html @heading @anchor{ix86-*-linux*oldld}i?86-*-linux*oldld |