From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from angie.orcam.me.uk (angie.orcam.me.uk [78.133.224.34]) by sourceware.org (Postfix) with ESMTP id EB15E3858D28 for ; Mon, 27 May 2024 04:19:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org EB15E3858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=orcam.me.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=orcam.me.uk ARC-Filter: OpenARC Filter v1.0.0 sourceware.org EB15E3858D28 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=78.133.224.34 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1716783591; cv=none; b=UzDjTHyR/hicsnZYTwyabpjWJMV/od6YYTpuQVd021EYD1dT3/DBumkqo+xWtRCdnYUSRWw1rrfQ3eerjS6J8DL7GHWExRq4zPH3ayB5YhpuRRQEAaOhlFppjsdw3ux77lXiOru/vTUF3KkR/LbAeTPNosLelpqJhK+SVI3ybHQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1716783591; c=relaxed/simple; bh=bhT+k90C9uPo7mpb2SEBi6pxB0MN7TZb0QMdDdTLqnY=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=qemriNzcjzEsX2KF5w6GhEIEIsYKrGW6qMpuLLH2jIcaE3AfNwbX1uXaRhtDLUw+t1skbX9dcXoioPooIPw2qEE+ERMY49/gopL0cvU+KdQo4MPaUPIRq6E4AX9PjMnT9iRxWD5Xd6P2nqZj2Z9I/vhTuHY2ii3R8PBEytd6wEo= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by angie.orcam.me.uk (Postfix, from userid 500) id C801892009C; Mon, 27 May 2024 06:19:48 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id B9E5592009B; Mon, 27 May 2024 05:19:48 +0100 (BST) Date: Mon, 27 May 2024 05:19:48 +0100 (BST) From: "Maciej W. Rozycki" To: Abe Skolnik cc: gcc-patches@gcc.gnu.org Subject: [committed v2 0/2] VAX: Fix issues with FP format option documentation Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-1163.2 required=5.0 tests=BAYES_00,HDRS_LCASE,KAM_DMARC_STATUS,KAM_INFOUSMEBIZ,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi, As reported in PR target/79646 and fixed by a change proposed by Abe we have a couple of issues with the descriptions of the VAX floating-point format options in the option definition file. Additionally most of these options are not documented in the manual. This mini patch series addresses these issues, including Abe's change, slightly updated, and my new change. See individual change descriptions for details. Verified by inspecting output produced by `vax-netbsdelf-gcc -v --help' and by eyeballing `gcc.info' and `gcc.pdf' files produced. Committed. Maciej