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 b3ba35e9f88 Testsuite changes reflecting changes to UnixArgs. new 33abd43d4ca Static scaffold fixes, gm2l tidyup. new 7f67199f509 Added gcc/m2/mc-boot-ch/Gtermios.cc.
The 2 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 | 27 +- gcc/m2/Make-lang.in | 2 +- gcc/m2/bnf/gm2l.bnf | 242 ++++++++++++++---- gcc/m2/bnf/gm2m.bnf | 23 +- gcc/m2/gm2-compiler/M2Batch.def | 9 +- gcc/m2/gm2-compiler/M2Options.mod | 12 +- gcc/m2/gm2-compiler/M2Quads.mod | 13 +- gcc/m2/gm2-compiler/M2Scaffold.def | 18 ++ gcc/m2/gm2-compiler/M2Scaffold.mod | 152 +++++++++-- gcc/m2/gm2-compiler/M2Swig.mod | 6 +- gcc/m2/gm2-compiler/SymbolTable.def | 12 +- gcc/m2/gm2-compiler/SymbolTable.mod | 102 +++++++- gcc/m2/gm2-gcc/init.cc | 293 +++++++++++----------- gcc/m2/gm2-gcc/m2expr.def | 2 +- gcc/m2/gm2-libs-ch/RTcodummy.c | 2 - gcc/m2/gm2-libs-ch/pthdummy.c | 50 ---- gcc/m2/gm2spec.cc | 62 ++--- gcc/m2/mc-boot-ch/Gpth.c | 53 ---- gcc/m2/mc-boot-ch/{Gtermios.c => Gtermios.cc} | 184 +++++++------- gcc/testsuite/gm2/link/pimc/pass/testunixargs.mod | 4 +- gm2tools/gm2l.1 | 61 +++-- libgm2/libm2iso/ErrnoCategory.cc | 4 +- libgm2/libm2iso/RTco.cc | 4 +- libgm2/libm2pim/SysExceptions.cc | 4 +- libgm2/libm2pim/errno.cc | 4 +- libgm2/libm2pim/termios.cc | 4 +- 26 files changed, 817 insertions(+), 532 deletions(-) delete mode 100644 gcc/m2/gm2-libs-ch/pthdummy.c delete mode 100644 gcc/m2/mc-boot-ch/Gpth.c rename gcc/m2/mc-boot-ch/{Gtermios.c => Gtermios.cc} (91%)