[Bug modula2/120189] documented link command does not work

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Apr 21 01:59:54 GMT 2026


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120189

--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Gaius Mulley <gaius@gcc.gnu.org>:

https://gcc.gnu.org/g:90fb3a5ec4a10dfcd94be1725e6f22ea9df46424

commit r16-8770-g90fb3a5ec4a10dfcd94be1725e6f22ea9df46424
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Tue Apr 21 02:56:39 2026 +0100

    PR modula2/120189 Bugfix to documentation and fix prototypes in m2rts.h

    This patch rewrites the Building a shared library section in the
    gm2.texi.  The new content addresses the default dynamic module
    scaffold and also provides an example of C++ calling the m2 shared
    library.  Bootstrapped using lto on amd64.

    gcc/ChangeLog:

            PR modula2/120189
            * doc/gm2.texi (Building a shared library): Rewrite.

    libgm2/ChangeLog:

            PR modula2/120189
            * libm2iso/m2rts.h (m2iso_M2RTS_RequestDependant): Correct
            parameters.
            (m2iso_M2RTS_ConstructModules): Ditto.
            (m2iso_M2RTS_DeconstructModules): Ditto.

    Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>


More information about the Gcc-bugs mailing list