From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1499) id 58B443858C83; Wed, 28 Sep 2022 10:49:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 58B443858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664362181; bh=6ugZf/qkW5WzF6FxnhiI8nGlGrNARympiu6LUUoSbmk=; h=From:To:Subject:Date:From; b=V3pLteCnrmc0aPE+MTsYhzRxe2s5yJ5aq4i5a8yPBVcR1l8hpYJyfgh7nfvmBBXDr X51BGRkvmEINhNFLHhJ6WCiRC461efodWDR8l+E9fbBTk1h6olv2Y3g/1GxmPnwxeO dAGFgjmoAM9zNS2jhX9uFQEkUUxrT1M4PeSnjkJg= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Gaius Mulley To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/modula-2] Bugfix for gcc/doc/gm2.texi add Linking section to the Using node. X-Act-Checkin: gcc X-Git-Author: Gaius Mulley X-Git-Refname: refs/heads/devel/modula-2 X-Git-Oldrev: 4ba09edbfdca42454e9901a5add0fd6e44dfe249 X-Git-Newrev: 8239b43c4be32ad06ad4c021eee4efff9bf44b2e Message-Id: <20220928104941.58B443858C83@sourceware.org> Date: Wed, 28 Sep 2022 10:49:41 +0000 (GMT) List-Id: https://gcc.gnu.org/g:8239b43c4be32ad06ad4c021eee4efff9bf44b2e commit 8239b43c4be32ad06ad4c021eee4efff9bf44b2e Author: Gaius Mulley Date: Wed Sep 28 11:47:44 2022 +0100 Bugfix for gcc/doc/gm2.texi add Linking section to the Using node. Add a Linking section to the Using menu node. Signed-off-by: Gaius Mulley Diff: --- gcc/doc/gm2.texi | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/doc/gm2.texi b/gcc/doc/gm2.texi index a91f95063d9..1ae2fcd2c28 100644 --- a/gcc/doc/gm2.texi +++ b/gcc/doc/gm2.texi @@ -444,6 +444,7 @@ available}. @menu * Example usage:: Example compile and link. * Compiler options:: GNU Modula-2 compiler options. +* Linking:: Linking options in more detail. * Elementary data types:: Data types supported by GNU Modula-2. * Standard procedures:: Permanently accessible base procedures. * Dialect:: GNU Modula-2 supported dialects.