]> git.ipfire.org Git - thirdparty/gcc.git/commit
New files implementing the scaffold at compile/runtime.
authorGaius Mulley <gaius.mulley@southwales.ac.uk>
Mon, 20 Jun 2022 23:26:46 +0000 (00:26 +0100)
committerGaius Mulley <gaius.mulley@southwales.ac.uk>
Mon, 20 Jun 2022 23:26:46 +0000 (00:26 +0100)
commit5ceb82c64ed01a53c34708d285643308305a06d7
tree65d6d48c958c429ea583cf68346467b235a17830
parent22340e87cacfaf857c00b0925bb738cfd51495f0
New files implementing the scaffold at compile/runtime.

gcc/m2/ChangeLog:

* gm2-compiler/M2Scaffold.def (New file).
* gm2-compiler/M2Scaffold.mod (New file).
* gm2-libs-ch/M2LINK.c (New file).
* gm2-libs/M2Dependent.def (New file).
* gm2-libs/M2Dependent.mod (New file).
* gm2-libs/M2LINK.def (New file).
* m2-link-support.h (Removed file).
* mc-boot-ch/GM2LINK.c (New file).
* mc-boot/GM2LINK.h (New file).

Signed-off-by: Gaius Mulley <gaius.mulley@southwales.ac.uk>
gcc/m2/gm2-compiler/M2Scaffold.def [new file with mode: 0644]
gcc/m2/gm2-compiler/M2Scaffold.mod [new file with mode: 0644]
gcc/m2/gm2-libs-ch/M2LINK.c [new file with mode: 0644]
gcc/m2/gm2-libs/M2Dependent.def [new file with mode: 0644]
gcc/m2/gm2-libs/M2Dependent.mod [new file with mode: 0644]
gcc/m2/gm2-libs/M2LINK.def [new file with mode: 0644]
gcc/m2/m2-link-support.h [deleted file]
gcc/m2/mc-boot-ch/GM2LINK.c [new file with mode: 0644]
gcc/m2/mc-boot/GM2LINK.h [new file with mode: 0644]