aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/doc/install.texi15
2 files changed, 6 insertions, 11 deletions
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 <rth@redhat.com>
+ * 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.
<h3><a name="alpha*-dec-linux*">alpha*-dec-linux*</a></h3>
@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
</p>