From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1499) id 539CA3857346; Mon, 16 May 2022 11:29:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 539CA3857346 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Gaius Mulley To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/modula-2] Updated gcc/m2/ChangeLog. X-Act-Checkin: gcc X-Git-Author: Gaius Mulley X-Git-Refname: refs/heads/devel/modula-2 X-Git-Oldrev: 67ce904a2e98c1ad34298340193cbd8c3fedb40f X-Git-Newrev: bec4c840b3ad47b369304d1cc4bf35b1ebb38c96 Message-Id: <20220516112926.539CA3857346@sourceware.org> Date: Mon, 16 May 2022 11:29:26 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2022 11:29:26 -0000 https://gcc.gnu.org/g:bec4c840b3ad47b369304d1cc4bf35b1ebb38c96 commit bec4c840b3ad47b369304d1cc4bf35b1ebb38c96 Author: Gaius Mulley Date: Mon May 16 12:28:16 2022 +0100 Updated gcc/m2/ChangeLog. Signed-off-by: Gaius Mulley 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 + + * 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 + + * 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 + + * 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 * m2-link-support.h (GM2CC): Add CC1_SPEC to the cc1/cc1plus