diff options
author | Richard Earnshaw <rearnsha@arm.com> | 2024-06-04 12:56:24 +0100 |
---|---|---|
committer | Richard Earnshaw <rearnsha@arm.com> | 2024-06-05 17:45:45 +0100 |
commit | 44d174bcb635be0115322bbd1cf4e54245256dec (patch) | |
tree | ddd29e32cb3c452932f6d6b01e932ef02b4b3bc0 /gas/doc | |
parent | c27b73c52510eb47e86fa22281904dd6b48b66f4 (diff) | |
download | gdb-44d174bcb635be0115322bbd1cf4e54245256dec.zip gdb-44d174bcb635be0115322bbd1cf4e54245256dec.tar.gz gdb-44d174bcb635be0115322bbd1cf4e54245256dec.tar.bz2 |
arm: remove options to select the FPA
Remove the command-line options to choose the FPA (or FPE - an
emulated FPA). From this point on it should be impossible to assemble
the old FPA instructions.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-arm.texi | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index 067ed4d..6d98c62 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -492,13 +492,6 @@ This option specifies the floating point format to assemble for. The assembler will issue an error message if an attempt is made to assemble an instruction which will not execute on the target floating point unit. The following format options are recognized: -@code{softfpa}, -@code{fpe}, -@code{fpe2}, -@code{fpe3}, -@code{fpa}, -@code{fpa10}, -@code{fpa11}, @code{arm7500fe}, @code{softvfp}, @code{softvfp+vfp}, @@ -539,7 +532,7 @@ when assembling little-endian code. The default is dependent on the processor selected. For Architecture 5 or later, the default is to assemble for VFP instructions; for earlier -architectures the default is to assemble for FPA instructions. +architectures the default is to assemble for no floating point. @cindex @code{-mfp16-format=} command-line option @item -mfp16-format=@var{format} |