diff options
author | Matthieu Longo <matthieu.longo@arm.com> | 2023-12-15 15:08:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-12-15 15:37:38 +0000 |
commit | c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 (patch) | |
tree | cc9b8d09d5b33e2120cbac3cfaea4869937d53a2 /gas/.gitignore | |
parent | 528c1f2b58cea90545f52e0a323c573fafbb4753 (diff) | |
download | binutils-c5a473d789d815c8f03f3ef9fc6df5ccfc40a468.zip binutils-c5a473d789d815c8f03f3ef9fc6df5ccfc40a468.tar.gz binutils-c5a473d789d815c8f03f3ef9fc6df5ccfc40a468.tar.bz2 |
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.
Diffstat (limited to 'gas/.gitignore')
0 files changed, 0 insertions, 0 deletions