public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Gaius Mulley <gaius@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc/devel/modula-2] Corrected documentation concerning scaffold file name (-fmakeinit).
Date: Tue,  8 Mar 2022 22:03:11 +0000 (GMT)	[thread overview]
Message-ID: <20220308220311.E9998385C422@sourceware.org> (raw)

https://gcc.gnu.org/g:cecd72c6eb7ee3ed19e809bb35ef293bc702bbf8

commit cecd72c6eb7ee3ed19e809bb35ef293bc702bbf8
Author: Gaius Mulley <gaius.mulley@southwales.ac.uk>
Date:   Tue Mar 8 22:01:47 2022 +0000

    Corrected documentation concerning scaffold file name (-fmakeinit).
    
    2022-03-08  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
    
    gcc/ChangeLog:
    
            * doc/gm2.texi (Building a shared library): Corrected
            scaffold filename automatically generated via -fmakeinit
            in the libtool example.
    
    Signed-off-by: Gaius Mulley <gaius.mulley@southwales.ac.uk>

Diff:
---
 gcc/doc/gm2.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/gm2.texi b/gcc/doc/gm2.texi
index 56b2ba0d600..6c6f048ccb3 100644
--- a/gcc/doc/gm2.texi
+++ b/gcc/doc/gm2.texi
@@ -2025,7 +2025,7 @@ We also must compile the scaffold.
 @example
 gm2 -c -g -fmakelist c.mod
 gm2 -c -g -fmakeinit -fshared c.mod
-libtool --tag=CC --mode=compile g++ -g -c _m2_c.cpp -o _m2_c.lo
+libtool --tag=CC --mode=compile g++ -g -c c_m2.cpp -o _m2_c.lo
 @end example
 
 The third step is to link all these @file{.lo} files.


                 reply	other threads:[~2022-03-08 22:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220308220311.E9998385C422@sourceware.org \
    --to=gaius@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).