]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
vax: Fix descriptions of the FP format options [PR79646]
authorAbe Skolnik <abe_skolnik@yahoo.com>
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)
Replace "Target" with "Generate" consistently and place a hyphen in
"double-precision" as this is used as an adjective here.

gcc/ChangeLog:

PR target/79646
* config/vax/vax.opt (md, md-float, mg, mg-float): Correct
descriptions.

gcc/config/vax/vax.opt

index 2cc66e543fe55d23c803fb23b6fc11924ffb87c9..fa2be78e9faf51c26d7d2fccba7a1a269919f746 100644 (file)
 
 md
 Target RejectNegative InverseMask(G_FLOAT)
-Target DFLOAT double precision code.
+Generate DFLOAT double-precision code.
 
 md-float
 Target RejectNegative InverseMask(G_FLOAT)
-Target DFLOAT double precision code.
+Generate DFLOAT double-precision code.
 
 mg
 Target RejectNegative Mask(G_FLOAT)
-Generate GFLOAT double precision code.
+Generate GFLOAT double-precision code.
 
 mg-float
 Target RejectNegative Mask(G_FLOAT)
-Generate GFLOAT double precision code.
+Generate GFLOAT double-precision code.
 
 mgnu
 Target RejectNegative InverseMask(UNIX_ASM)