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 dbd4f352dac Driver cleanup and purge of unnecessary code. new 6c02f7ca5c9 Further driver cleanup and allow forced linking of ctors.
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 | 40 +---- gcc/m2/gm2-compiler/Lists.mod | 2 +- gcc/m2/gm2-compiler/M2Options.def | 16 +- gcc/m2/gm2-compiler/M2Options.mod | 27 ++- gcc/m2/gm2-compiler/M2Quads.mod | 52 ++++-- gcc/m2/gm2-compiler/M2Scaffold.def | 10 ++ gcc/m2/gm2-compiler/M2Scaffold.mod | 186 ++++++++++++++++++++- gcc/m2/gm2-compiler/PCSymBuild.mod | 11 -- gcc/m2/gm2-compiler/SymbolTable.def | 38 ++++- gcc/m2/gm2-compiler/SymbolTable.mod | 75 +++++++++ gcc/m2/gm2-gcc/m2options.h | 1 + gcc/m2/gm2-lang.cc | 10 +- gcc/m2/gm2-libs-ch/SysExceptions.c | 6 +- gcc/m2/gm2spec.cc | 9 +- gcc/m2/lang.opt | 14 +- .../gm2/complex/run/pass/complex-run-pass.exp | 1 - .../run/pass/examples-callingC-run-pass.exp | 2 +- .../exceptions/run/pass/exceptions-run-pass.exp | 1 - .../gm2/imports/run/pass/imports-run-pass.exp | 1 - gcc/testsuite/gm2/iso/run/pass/iso-run-pass.exp | 1 - gcc/testsuite/lib/gm2-torture.exp | 1 - libgm2/libm2iso/ErrnoCategory.c | 33 +++- libgm2/libm2iso/Makefile.am | 7 +- libgm2/libm2iso/RTco.c | 75 +++++---- libgm2/libm2pim/Makefile.am | 11 +- libgm2/libm2pim/SysExceptions.c | 41 +++-- libgm2/libm2pim/errno.c | 25 ++- libgm2/libm2pim/termios.c | 155 ++++++++++------- 28 files changed, 624 insertions(+), 227 deletions(-)