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 22340e87cac First working commit of the new scaffold implementation. new 5ceb82c64ed New files implementing the scaffold at compile/runtime.
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: .../m2top.def => gm2-compiler/M2Scaffold.def} | 25 +- gcc/m2/gm2-compiler/M2Scaffold.mod | 113 +++ gcc/m2/gm2-libs-ch/{errno.c => M2LINK.c} | 31 +- gcc/m2/gm2-libs/{ldtoa.def => M2Dependent.def} | 41 +- gcc/m2/gm2-libs/M2Dependent.mod | 791 +++++++++++++++++++++ gcc/m2/gm2-libs/{UnixArgs.def => M2LINK.def} | 18 +- gcc/m2/m2-link-support.h | 197 ----- gcc/m2/{gm2version.h => mc-boot-ch/GM2LINK.c} | 10 +- gcc/m2/mc-boot/{GUnixArgs.h => GM2LINK.h} | 19 +- 9 files changed, 972 insertions(+), 273 deletions(-) copy gcc/m2/{gm2-gcc/m2top.def => gm2-compiler/M2Scaffold.def} (62%) create mode 100644 gcc/m2/gm2-compiler/M2Scaffold.mod copy gcc/m2/gm2-libs-ch/{errno.c => M2LINK.c} (76%) copy gcc/m2/gm2-libs/{ldtoa.def => M2Dependent.def} (51%) create mode 100644 gcc/m2/gm2-libs/M2Dependent.mod copy gcc/m2/gm2-libs/{UnixArgs.def => M2LINK.def} (72%) delete mode 100644 gcc/m2/m2-link-support.h copy gcc/m2/{gm2version.h => mc-boot-ch/GM2LINK.c} (73%) copy gcc/m2/mc-boot/{GUnixArgs.h => GM2LINK.h} (78%)