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 622a723be0a Merge branch 'master' into devel/m2link. new 5eb238ce0b2 Remove m2 front end linking support.
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/ChangeLog | 14 ++++++++ gcc/m2/gm2-compiler/M2Options.def | 16 ++++++++++ gcc/m2/gm2-compiler/M2Options.mod | 21 ++++++++++++ gcc/m2/gm2-gcc/m2options.h | 3 ++ gcc/m2/gm2-lang.cc | 4 ++- gcc/m2/lang-specs.h | 17 ++-------- gcc/m2/lang.opt | 4 +++ gcc/m2/m2-link-support.h | 1 - gcc/testsuite/gm2/ChangeLog | 5 +++ .../externalscaffold}/pass/hello.mod | 2 +- .../pass/link-externalscaffold-pass.exp} | 6 ++-- .../gm2/link/externalscaffold/pass/scaffold.c | 37 ++++++++++++++++++++++ 12 files changed, 111 insertions(+), 19 deletions(-) copy gcc/testsuite/gm2/{linking/verbose => link/externalscaffold}/pass/hello.mod (68%) copy gcc/testsuite/gm2/link/{pimc/pass/link-pimc-pass.exp => externalscaffold/pass [...] create mode 100644 gcc/testsuite/gm2/link/externalscaffold/pass/scaffold.c