mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
This is a tidyup patch for a define in m2rts.h DEFAULT_RUNTIME_MODULE_OVERRIDE and it is used in the documentation example gcc/doc/gm2.texi. gcc/ChangeLog: PR modula2/120189 * doc/gm2.texi (Building a shared library): Replace constant string with DEFAULT_RUNTIME_MODULE_OVERRIDE. gcc/m2/ChangeLog: PR modula2/120189 * gm2-compiler/M2Options.mod (DefaultRuntimeModuleOverride): Add reference comment to libgm2/libm2iso/m2rts.h. libgm2/ChangeLog: PR modula2/120189 * libm2iso/m2rts.h (Copyright): Correct dates. (DEFAULT_RUNTIME_MODULE_OVERRIDE): New define. Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>