]> git.ipfire.org Git - thirdparty/gcc.git/commit
VAX/doc: Fix issues with FP format option documentation
authorMaciej W. Rozycki <macro@orcam.me.uk>
Mon, 27 May 2024 04:07:32 +0000 (05:07 +0100)
committerMaciej W. Rozycki <macro@orcam.me.uk>
Mon, 27 May 2024 04:07:32 +0000 (05:07 +0100)
commit314448fc65f40c98ee8bc02dfb54ea49d2f2c60d
treec6b38abc8cc16469e2f6ca58af83f9bbe75244da
parenta7f6543f21303583356fd2d2d1805bffbecc1bc5
VAX/doc: Fix issues with FP format option documentation

Use the correct names of the D_floating and G_floating data formats as
per the VAX ISA nomenclature[1].  Document the `-md', `-md-float', and
`-mg-float' options.

References:

[1] DEC STD 032-0 "VAX Architecture Standard", Digital Equipment
    Corporation, A-DS-EL-00032-00-0 Rev J, December 15, 1989, Section
    1.2 "Data Types", pp. 1-7, 1-9

gcc/
* doc/invoke.texi (Option Summary): Add `-md', `-md-float', and
`-mg-float' options.  Reorder, matching VAX Options.
(VAX Options): Reword the description of `-mg' option.  Add
`-md', `-md-float', and `-mg-float' options.
gcc/doc/invoke.texi