diff options
author | Gaius Mulley <gaius.mulley@southwales.ac.uk> | 2022-05-18 16:12:33 +0100 |
---|---|---|
committer | Gaius Mulley <gaius.mulley@southwales.ac.uk> | 2022-05-18 16:12:33 +0100 |
commit | 447671004221524d463f3be71976281d21dbe7d0 (patch) | |
tree | cd9cc0cfbe299f779fe788b12e0a0102ea0ee0c3 | |
parent | a6dce3480f0bd34e62c0ebd3ab4dff1e78fcf6d1 (diff) | |
download | gcc-447671004221524d463f3be71976281d21dbe7d0.zip gcc-447671004221524d463f3be71976281d21dbe7d0.tar.gz gcc-447671004221524d463f3be71976281d21dbe7d0.tar.bz2 |
* gm2l.1: Corrected default implementation/program module.
Corrected default implementation/program module extension statement to
.mod.
Signed-off-by: Gaius Mulley <gaius.mulley@southwales.ac.uk>
-rw-r--r-- | gm2tools/ChangeLog | 23 | ||||
-rw-r--r-- | gm2tools/gm2l.1 | 2 |
2 files changed, 15 insertions, 10 deletions
diff --git a/gm2tools/ChangeLog b/gm2tools/ChangeLog index fc1b952..6550614 100644 --- a/gm2tools/ChangeLog +++ b/gm2tools/ChangeLog @@ -1,15 +1,20 @@ +2022-05-18 Gaius Mulley <gaius.mulley@southwales.ac.uk> + + * gm2l.1: Corrected default implementation/program module + extension to .mod. + 2022-05-17 Gaius Mulley <gaius.mulley@southwales.ac.uk> * Corrected dates on all source files. 2021-06-14 Gaius Mulley <gaius.mulley@southwales.ac.uk> - * errors.c: (New file). - * Makefile.am: (m2color.o) rule added include paths for gcc + * errors.c: (New file). + * Makefile.am: (m2color.o) rule added include paths for gcc system headers. (errors.o) rule added include paths for gcc system headers. Add errors.o to list of modules and add errors.o to gm2l. - * Makefile.in: (rebuilt). + * Makefile.in: (rebuilt). 2021-06-12 Gaius Mulley <gaius.mulley@southwales.ac.uk> @@ -17,17 +22,17 @@ 2021-06-11 Gaius Mulley <gaius.mulley@southwales.ac.uk> - * gm2tools/Makefile.am: (man_MANS) set to gm2lgen.1 + * gm2tools/Makefile.am: (man_MANS) set to gm2lgen.1 gm2l.1 gm2lcc.1 gm2lorder.1. (%.o) includes changed to find gm2-libiberty and the gcc system.h and config.h. - * gm2tools/Makefile.in: (rebuilt). + * gm2tools/Makefile.in: (rebuilt). 2021-06-09 Gaius Mulley <gaius.mulley@southwales.ac.uk> - * gm2l.1: (New file). - * gm2lcc.1: (New file). - * gm2lgen.1: (New file). - * gm2lorder.1: (New file). + * gm2l.1: (New file). + * gm2lcc.1: (New file). + * gm2lgen.1: (New file). + * gm2lorder.1: (New file). 2021-06-08 Gaius Mulley <gaius.mulley@southwales.ac.uk> diff --git a/gm2tools/gm2l.1 b/gm2tools/gm2l.1 index 8714207..2c87026 100644 --- a/gm2tools/gm2l.1 +++ b/gm2tools/gm2l.1 @@ -41,7 +41,7 @@ is assumed. .B -fmod= extension assume that program and implementation modules have the posfix \fIextension\fP. If this option is not specified then an extension of -.B .def +.B .mod is assumed. .TP .B -h |