This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/modula-2 in repository gcc.
from 352fd437af9 Partial cleanup for gcc/m2/gm2spec.cc new 6e8e31eb93e Partial cleanup to implement calling cc1 from within cc1gm2.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/m2/Make-lang.in | 25 ++-- gcc/m2/el/gm2-mode.el | 8 +- gcc/m2/gm2-compiler/M2AsmUtil.def | 63 +--------- gcc/m2/gm2-compiler/M2AsmUtil.mod | 134 +-------------------- gcc/m2/gm2-compiler/M2Configure.def | 73 ----------- gcc/m2/gm2-compiler/M2Configure.mod | 24 ---- gcc/m2/gm2-compiler/M2GCCDeclare.mod | 8 +- gcc/m2/gm2-compiler/M2GenGCC.mod | 1 - gcc/m2/gm2-compiler/M2Options.def | 19 ++- gcc/m2/gm2-compiler/M2Options.mod | 71 +++++------ gcc/m2/gm2-compiler/M2Preprocess.mod | 2 +- gcc/m2/gm2-compiler/M2Quads.mod | 71 +++-------- gcc/m2/gm2-gcc/m2configure.cc | 101 ++++++++++++++++ .../M2Graph.def => gm2-gcc/m2configure.def} | 38 ++---- gcc/m2/gm2-gcc/m2options.h | 2 + gcc/m2/gm2-lang.cc | 6 +- gcc/m2/gm2spec.cc | 63 +--------- gcc/m2/lang-specs.h | 4 +- gcc/m2/lang.opt | 8 +- 19 files changed, 225 insertions(+), 496 deletions(-) delete mode 100644 gcc/m2/gm2-compiler/M2Configure.def delete mode 100644 gcc/m2/gm2-compiler/M2Configure.mod create mode 100644 gcc/m2/gm2-gcc/m2configure.cc copy gcc/m2/{gm2-compiler/M2Graph.def => gm2-gcc/m2configure.def} (58%)