arm: reformat -march option section in gas documentation
commitc5a473d789d815c8f03f3ef9fc6df5ccfc40a468
authorMatthieu Longo <matthieu.longo@arm.com>
Fri, 15 Dec 2023 15:08:28 +0000 (15 15:08 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 15 Dec 2023 15:37:38 +0000 (15 15:37 +0000)
treecc9b8d09d5b33e2120cbac3cfaea4869937d53a2
parent528c1f2b58cea90545f52e0a323c573fafbb4753
arm: reformat -march option section in gas documentation

Hi,

This patch contains a reformatting of -march option section in gas documentation.

For instance (see https://sourceware.org/binutils/docs-2.41/as.html#ARM-Options),
before all the options were on one line:
   For armv8-a:
   +crc: Enables CRC32 Extension. +simd: Enables VFP and NEON for Armv8-A. +crypto: Enables
   Cryptography Extensions for Armv8-A, implies +simd. +sb: Enables Speculation Barrier
   Instruction for Armv8-A. +predres: Enables Execution and Data Prediction Restriction
   Instruction for Armv8-A. +nofp: Disables all FPU, NEON and Cryptography Extensions.
   +nocrypto: Disables Cryptography Extensions.

Now, the readability is improved thanks to the itemization of the options:
   For armv8-a:
    +crc: Enables CRC32 Extension.
    +simd: Enables VFP and NEON for Armv8-A.
    +crypto: Enables Cryptography Extensions for Armv8-A, implies +simd.
    +sb: Enables Speculation Barrier Instruction for Armv8-A.
    +predres: Enables Execution and Data Prediction Restriction Instruction for Armv8-A.
    +nofp: Disables all FPU, NEON and Cryptography Extensions.
    +nocrypto: Disables Cryptography Extensions.

Ok for binutils-master? I don't have commit access so I need someone to commit on my behalf.

Regards,
Matthieu.
gas/doc/c-arm.texi