This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/m2link in repository gcc.
from 5eb238ce0b2 Remove m2 front end linking support. new 22340e87cac First working commit of the new scaffold implementation.
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/doc/gm2.texi | 31 +- gcc/m2/Make-lang.in | 116 ++- gcc/m2/bnf/m2-1.bnf | 34 +- gcc/m2/bnf/m2-2.bnf | 15 +- gcc/m2/bnf/m2-3.bnf | 8 +- gcc/m2/gm2-compiler/M2Base.mod | 14 +- gcc/m2/gm2-compiler/M2GCCDeclare.mod | 77 +- gcc/m2/gm2-compiler/M2GenGCC.mod | 293 ++---- gcc/m2/gm2-compiler/M2MetaError.mod | 1 + gcc/m2/gm2-compiler/M2Options.def | 92 +- gcc/m2/gm2-compiler/M2Options.mod | 89 +- gcc/m2/gm2-compiler/M2Quads.def | 10 +- gcc/m2/gm2-compiler/M2Quads.mod | 371 +++++++- gcc/m2/gm2-compiler/P1SymBuild.def | 34 +- gcc/m2/gm2-compiler/P1SymBuild.mod | 75 +- gcc/m2/gm2-compiler/P2SymBuild.def | 28 + gcc/m2/gm2-compiler/P2SymBuild.mod | 111 ++- gcc/m2/gm2-compiler/SymbolTable.def | 188 +++- gcc/m2/gm2-compiler/SymbolTable.mod | 537 ++++++++++- gcc/m2/gm2-gcc/m2decl.cc | 61 +- gcc/m2/gm2-gcc/m2decl.def | 28 + gcc/m2/gm2-gcc/m2decl.h | 4 + gcc/m2/gm2-gcc/m2options.h | 4 + gcc/m2/gm2-gcc/m2statement.cc | 29 +- gcc/m2/gm2-gcc/m2statement.def | 15 - gcc/m2/gm2-gcc/m2statement.h | 2 - gcc/m2/gm2-lang.cc | 15 +- gcc/m2/gm2-libs-iso/M2RTS.def | 33 +- gcc/m2/gm2-libs-iso/M2RTS.mod | 334 ++++--- gcc/m2/gm2-libs/M2RTS.def | 50 +- gcc/m2/gm2-libs/M2RTS.mod | 241 +++-- gcc/m2/gm2spec.cc | 11 +- gcc/m2/lang-specs.h | 9 +- gcc/m2/lang.opt | 28 +- gcc/m2/mc-boot/GAssertion.h | 3 +- gcc/m2/mc-boot/GDynamicStrings.c | 32 +- gcc/m2/mc-boot/GDynamicStrings.h | 44 +- gcc/m2/mc-boot/GEnvironment.h | 3 +- gcc/m2/mc-boot/GFIO.c | 34 +- gcc/m2/mc-boot/GFIO.h | 23 +- gcc/m2/mc-boot/GFormatStrings.h | 11 +- gcc/m2/mc-boot/GIndexing.c | 6 +- gcc/m2/mc-boot/GM2EXCEPTION.c | 4 +- gcc/m2/mc-boot/GM2RTS.c | 998 +++++++++++++++++++-- gcc/m2/mc-boot/GM2RTS.h | 22 + gcc/m2/mc-boot/GPushBackInput.c | 6 +- gcc/m2/mc-boot/GRTExceptions.c | 34 +- gcc/m2/mc-boot/GRTint.c | 20 +- gcc/m2/mc-boot/GSYSTEM.h | 19 +- gcc/m2/mc-boot/GStdIO.c | 4 +- gcc/m2/mc-boot/GStringConvert.c | 4 +- gcc/m2/mc-boot/GSysStorage.c | 6 +- gcc/m2/mc-boot/Gdecl.c | 150 ++-- gcc/m2/mc-boot/Gkeyc.c | 2 +- gcc/m2/mc-boot/GmcComment.c | 2 +- gcc/m2/mc-boot/GmcComp.c | 8 +- gcc/m2/mc-boot/GmcDebug.c | 2 +- gcc/m2/mc-boot/GmcMetaError.c | 8 +- gcc/m2/mc-boot/GmcStack.c | 4 +- gcc/m2/mc-boot/GnameKey.c | 4 +- gcc/m2/mc-boot/GsymbolKey.c | 6 +- gcc/m2/mc/decl.mod | 5 +- gcc/m2/mc/mcComp.mod | 4 +- gcc/m2/tools-src/makeSystem | 8 +- .../gm2/link/externalscaffold/pass/scaffold.c | 4 +- libgm2/libm2min/Makefile.am | 3 +- libgm2/libm2pim/Makefile.am | 3 +- 67 files changed, 3593 insertions(+), 881 deletions(-)