From: Abe Skolnik Date: Mon, 27 May 2024 04:07:32 +0000 (+0100) Subject: vax: Fix descriptions of the FP format options [PR79646] X-Git-Tag: basepoints/gcc-16~8710 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7f6543f21303583356fd2d2d1805bffbecc1bc5;p=thirdparty%2Fgcc.git vax: Fix descriptions of the FP format options [PR79646] 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. --- diff --git a/gcc/config/vax/vax.opt b/gcc/config/vax/vax.opt index 2cc66e543fe5..fa2be78e9faf 100644 --- a/gcc/config/vax/vax.opt +++ b/gcc/config/vax/vax.opt @@ -20,19 +20,19 @@ 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)