diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fd5d5b07a..6f0a49a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-07-11 Dara Hazeghi <dhazeghi@yahoo.com> + + * doc/install.tex: Update required binutils for i?86-*-linux* + 2003-07-11 Richard Henderson <rth@redhat.com> * Makefile.in (stage1_build): Force OBJS-onestep=OBJS. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 32046c8..6a6c9f3 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2508,7 +2508,8 @@ GNU systems. This configuration is being superseded. @end html @heading @anchor{ix86-*-linux*}i?86-*-linux* -You will need binutils 2.9.1.0.15 or newer for exception handling to work. +As of GCC 3.3, binutils 2.13.1 or later is required for this platform. +See @uref{http://gcc.gnu.org/PR10877,,bug 10877} for more information. If you receive Signal 11 errors when building on GNU/Linux, then it is possible you have a hardware problem. Further information on this can be |