https://gcc.gnu.org/g:25fa8d6dc30ace6493fd9e861c13ee3282aa02c0

commit r15-7656-g25fa8d6dc30ace6493fd9e861c13ee3282aa02c0
Author: Gerald Pfeifer <ger...@pfeifer.com>
Date:   Thu Feb 20 18:53:47 2025 +0100

    doc: Drop note for Binutils pre 2.24
    
    Binutils 2.24 was released in 2013, so this is more than 11 years old.
    
    gcc:
            PR target/69374
            * doc/install.texi (Specific, aarch64*-*-*): Drop note for
            Binutils pre 2.24.

Diff:
---
 gcc/doc/install.texi | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 08892c676e31..29de3200ae88 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -3942,10 +3942,6 @@ information have to.
 @end html
 @anchor{aarch64-x-x}
 @heading aarch64*-*-*
-Binutils pre 2.24 does not have support for selecting @option{-mabi} and
-does not support ILP32.  If it is used to build GCC 4.9 or later, GCC will
-not support option @option{-mabi=ilp32}.
-
 To enable a workaround for the Cortex-A53 erratum number 835769 by default
 (for all CPUs regardless of -mcpu option given) at configure time use the
 @option{--enable-fix-cortex-a53-835769} option.  This will enable the fix by

Reply via email to