[binutils-gdb] arm: minor documentation cleanup given removal of FPA

Richard Earnshaw rearnsha@sourceware.org
Wed Jun 5 16:47:24 GMT 2024


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

commit 298bc2ea2ea7ac5cb1553be2fd6fc9b96a1e1089
Author: Richard Earnshaw <rearnsha@arm.com>
Date:   Tue Jun 4 12:56:27 2024 +0100

    arm: minor documentation cleanup given removal of FPA
    
    The use in the documentation of .save for an FPA instruction is no-longer
    relevant, so remove it.

Diff:
---
 gas/doc/c-arm.texi | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi
index 6d98c62949c..8135f011112 100644
--- a/gas/doc/c-arm.texi
+++ b/gas/doc/c-arm.texi
@@ -1147,9 +1147,6 @@ instruction.
 @exdent @emph{core registers}
   .save @{r4, r5, r6, lr@}
   stmfd sp!, @{r4, r5, r6, lr@}
-@exdent @emph{FPA registers}
-  .save f4, 2
-  sfmfd f4, 2, [sp]!
 @exdent @emph{VFP registers}
   .save @{d8, d9, d10@}
   fstmdx sp!, @{d8, d9, d10@}


More information about the Binutils-cvs mailing list