public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/modula-2] Updated gcc/m2/ChangeLog.
@ 2022-04-28 16:38 Gaius Mulley
  0 siblings, 0 replies; 2+ messages in thread
From: Gaius Mulley @ 2022-04-28 16:38 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:979ad601ea584df5e73ef2ca273bce4d0b25d0b0

commit 979ad601ea584df5e73ef2ca273bce4d0b25d0b0
Author: Gaius Mulley <gaius.mulley@southwales.ac.uk>
Date:   Thu Apr 28 17:37:36 2022 +0100

    Updated gcc/m2/ChangeLog.
    
    Signed-off-by: Gaius Mulley <gaius.mulley@southwales.ac.uk>

Diff:
---
 gcc/m2/ChangeLog | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index a94e759cc04..20cdf019ce9 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,20 @@
+2022-04-28   Gaius Mulley   <gaius.mulley@southwales.ac.uk>
+
+        * Make-lang.in: Added $(INCLUDES) to all %.o rules requiring gmp.h.
+
+2022-04-20   Gaius Mulley   <gaius.mulley@southwales.ac.uk>
+
+        * tools-src/mklink.c (FindObject): Replace calls to sprintf
+        with calls to snprintf.
+
+2022-03-02   Gaius Mulley   <gaius.mulley@southwales.ac.uk>
+
+        * ChangeLog: Correct month for last commit.
+
+2022-03-02   Gaius Mulley   <gaius.mulley@southwales.ac.uk>
+
+        * ChangeLog-2021: (New file).
+
 2022-03-02   Gaius Mulley   <gaius.mulley@southwales.ac.uk>
 
 	* gm2-libs/Args.def (GetArg): Corrected formatting.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gcc/devel/modula-2] Updated gcc/m2/ChangeLog.
@ 2022-05-16 11:29 Gaius Mulley
  0 siblings, 0 replies; 2+ messages in thread
From: Gaius Mulley @ 2022-05-16 11:29 UTC (permalink / raw)
  To: gcc-cvs

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

commit bec4c840b3ad47b369304d1cc4bf35b1ebb38c96
Author: Gaius Mulley <gaius.mulley@southwales.ac.uk>
Date:   Mon May 16 12:28:16 2022 +0100

    Updated gcc/m2/ChangeLog.
    
    Signed-off-by: Gaius Mulley <gaius.mulley@southwales.ac.uk>

Diff:
---
 gcc/m2/ChangeLog | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)

diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index afc46caeb70..89f4120cd03 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,59 @@
+2022-05-16   Gaius Mulley   <gaius.mulley@southwales.ac.uk>
+
+	* plugin/m2rte.cc (alias.h, predict.h, tm.h)
+        (stringpool.h, toplev.h, basic-block.h, hash-table.h)
+        (vec.h, ggc.h, basic-block.h, tree-ssa-alias.h)
+        (internal-fn.h, gimple-fold.h, tree-eh.h, gimple-expr.h)
+        (is-a.h):  Header file includes removed.
+        (plugin/m2rte$(exeext).so) Make dependent upon
+        $(GCC_HEADER_DEPENDENCIES_FOR_M2) and insn-addr-common.h.
+
+2022-05-15   Gaius Mulley   <gaius.mulley@southwales.ac.uk>
+
+        * m2/Make-lang.in (GCC_HEADER_DEPENDENCIES_FOR_M2): New define.
+        m2/gm2-gcc/%.o: Add GCC_HEADER_DEPENDENCIES_FOR_M2 as a dependent.
+        m2/gm2-lang.o: Add GCC_HEADER_DEPENDENCIES_FOR_M2 as a dependent.
+        m2/stor-layout.o: Add GCC_HEADER_DEPENDENCIES_FOR_M2 as a
+        dependent.
+        m2/m2pp.o: Add GCC_HEADER_DEPENDENCIES_FOR_M2 as a
+        dependent.
+        m2/gm2-gcc/rtegraph.o: Add GCC_HEADER_DEPENDENCIES_FOR_M2 as a
+        dependent.
+        c-family/m2pp.o: Add GCC_HEADER_DEPENDENCIES_FOR_M2 as a
+        dependent.  Added new comments.
+        * m2/tools-src/calcpath: Remove -e option to realpath
+        to help the build on FreeBSD.
+
+2022-05-13   Gaius Mulley   <gaius.mulley@southwales.ac.uk>
+
+        * gm2-compiler/ppg.mod: Reduced the line wrap marker
+        to ensure texi pretty print rules do not cause overful box errors
+        in gm2 pdf documentation.
+        * gm2-libs-iso/SYSTEM.def: Shorten the comment lines
+        and parameter lists per line to avoid overful box errors.
+        * gm2-libs/Assertion.def: Shorten the comment lines
+        and parameter lists per line to avoid overful box errors.
+        * gm2-libs/Builtins.def: Shorten the comment lines
+        and parameter lists per line to avoid overful box errors.
+        * gm2-libs/Builtins.mod: Name change n to nbytes for memcpy,
+        memset and memmove.
+        * gm2-libs/DynamicStrings.def: Shorten the comment lines
+        and parameter lists per line to avoid overful box errors.
+        * gm2-libs/Environment.def: Shorten the comment lines
+        and parameter lists per line to avoid overful box errors.
+        * gm2-libs/FIO.def: Shorten the comment lines
+        and parameter lists per line to avoid overful box errors.
+        * gm2-libs/FIO.mod: Shorten the comment lines
+        and parameter lists per line to avoid overful box errors.
+        * gm2-libs/FormatStrings.def: Shorten the comment lines
+        and parameter lists per line to avoid overful box errors.
+        * gm2-libs/FpuIO.def: Shorten the comment lines
+        and parameter lists per line to avoid overful box errors.
+        * gm2-libs/GetOpt.def: Shorten the comment lines
+        and parameter lists per line to avoid overful box errors.
+        * gm2-libs/SYSTEM.def: Shorten the comment lines
+        and parameter lists per line to avoid overful box errors.
+
 2022-05-05   Gaius Mulley   <gaius.mulley@southwales.ac.uk>
 
         * m2-link-support.h (GM2CC): Add CC1_SPEC to the cc1/cc1plus


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-16 11:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-28 16:38 [gcc/devel/modula-2] Updated gcc/m2/ChangeLog Gaius Mulley
2022-05-16 11:29 Gaius Mulley

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).