[binutils-gdb] aarch64: Fix documentation of armv9.6-a dependencies

Alice Carlotti acarlotti@sourceware.org
Sat Jan 24 07:18:09 GMT 2026


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9f874ce9c4aa9069af49bed5c427aebe428ad7b3

commit 9f874ce9c4aa9069af49bed5c427aebe428ad7b3
Author: Alice Carlotti <alice.carlotti@arm.com>
Date:   Sat Jan 24 02:49:22 2026 +0000

    aarch64: Fix documentation of armv9.6-a dependencies
    
    The sve2p2 and fprcvt extensions were removed from -march=armv9.6-a, but
    we forgot to update the documentation at the same time.

Diff:
---
 gas/doc/c-aarch64.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi
index 3ead6950fa8..99cbe8e9939 100644
--- a/gas/doc/c-aarch64.texi
+++ b/gas/doc/c-aarch64.texi
@@ -418,7 +418,7 @@ automatically cause those extensions to be disabled.
 @item @code{armv9.3-a} @tab @code{armv9.2-a}, @code{armv8.8-a}
 @item @code{armv9.4-a} @tab @code{armv9.3-a}, @code{armv8.9-a}
 @item @code{armv9.5-a} @tab @code{armv9.4-a}, @code{cpa}, @code{lut}, @code{faminmax}
-@item @code{armv9.6-a} @tab @code{armv9.5-a}, @code{cmpbr}, @code{fprcvt}, @code{lsui}, @code{occmo}, @code{sve2p2}
+@item @code{armv9.6-a} @tab @code{armv9.5-a}, @code{cmpbr}, @code{lsui}, @code{occmo}
 @item @code{armv8-r} @tab @code{armv8.4-a+nolor}
 @end multitable


More information about the Binutils-cvs mailing list