From: Richard Henderson Date: Wed, 23 May 2001 06:41:48 +0000 (-0700) Subject: * doc/install.texi (alpha-linux): Require binutils >= 2.10. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e427d51a0789da4c532f5b1e7438e237016c2083;p=platform%2Fupstream%2Fgcc.git * doc/install.texi (alpha-linux): Require binutils >= 2.10. From-SVN: r42483 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7adb77c..74fbb11 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2001-05-22 Richard Henderson + * doc/install.texi (alpha-linux): Require binutils >= 2.10. + * unwind-dw2-fde.c (__deregister_frame_info): Stringize use of __USER_LABEL_PREFIX__. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index e45931f..f6bfd68 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.3 2001/05/17 18:12:27 mmitchel Exp $ +@comment $Id: install.texi,v 1.4 2001/05/22 14:54:01 gerald Exp $ @c Copyright (C) 2001 Free Software Foundation, Inc. @c *** Converted to texinfo by Dean Wakerley, dean@wakerley.com @@ -968,16 +968,9 @@ GNU Compiler Collection on your machine.

alpha*-dec-linux*

@end html -We strongly recommend to upgrade to binutils 2.10 (or newer). - -The following error: -@example - Error: macro requires $at register while noat in effect -@end example - -indicates that you should upgrade to a newer version of -the assembler, 2.9 or later. If you can not upgrade the assembler, the -compiler option "-Wa,-m21164a" may work around this problem. +We require binutils 2.10 or newer. Upgrading to binutils 2.11 +or newer is strongly recommended, as it will result in more +compact debugging and exception handling information. @html