[10/11] arm: minor documentation cleanup given removal of FPA

Message ID 20240603151506.27126-11-rearnsha@arm.com
State Superseded
Headers
Series arm: Remove FPA support from gas/binutils |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 fail Patch failed to apply

Commit Message

Richard Earnshaw June 3, 2024, 3:15 p.m. UTC
  The use in the documentation of .save for an FPA instruction is no-longer
relevant, so remove it.
---
 gas/doc/c-arm.texi | 3 ---
 1 file changed, 3 deletions(-)
  

Patch

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@}