From bec4c840b3ad47b369304d1cc4bf35b1ebb38c96 Mon Sep 17 00:00:00 2001 From: Gaius Mulley Date: Mon, 16 May 2022 12:28:16 +0100 Subject: [PATCH] Updated gcc/m2/ChangeLog. Signed-off-by: Gaius Mulley --- gcc/m2/ChangeLog | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog index afc46caeb706..89f4120cd03d 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 -- 2.47.2