]> git.ipfire.org Git - thirdparty/gcc.git/commit
Renamed files from .c to .cc and added new support header files.
authorGaius Mulley <gaius.mulley@southwales.ac.uk>
Wed, 29 Jun 2022 00:37:38 +0000 (01:37 +0100)
committerGaius Mulley <gaius.mulley@southwales.ac.uk>
Wed, 29 Jun 2022 00:37:38 +0000 (01:37 +0100)
commit6d1cdc565aed63b651280885b7096db895ef474d
tree25b3699f00806132b87d8f2003dafcdeaf4a8864
parent56ec5f3245333e2dea1afc721bf2c8bd4a8bb27e
Renamed files from .c to .cc and added new support header files.

This patch also includes a mc-boot translated copy of the
module M2Dependent.

gcc/m2/ChangeLog:

* gm2-libs-ch/UnixArgs.cc: Renamed from gm2-libs-ch/UnixArgs.c.
* gm2-libs-ch/dtoa.cc: Renamed from gm2-libs-ch/dtoa.c.
* gm2-libs-ch/ldtoa.cc: Renamed from gm2-libs-ch/ldtoa.c.
* gm2-libs-ch/m2rts.h: New file.
* mc-boot-ch/GUnixArgs.cc: New file.
* mc-boot-ch/m2rts.h: New file.
* mc-boot/GM2Dependent.c: New file.
* mc-boot/GM2Dependent.h: New file.

Signed-off-by: Gaius Mulley <gaius.mulley@southwales.ac.uk>
gcc/m2/gm2-libs-ch/UnixArgs.cc [moved from gcc/m2/gm2-libs-ch/UnixArgs.c with 100% similarity]
gcc/m2/gm2-libs-ch/dtoa.cc [moved from gcc/m2/gm2-libs-ch/dtoa.c with 100% similarity]
gcc/m2/gm2-libs-ch/ldtoa.cc [moved from gcc/m2/gm2-libs-ch/ldtoa.c with 100% similarity]
gcc/m2/gm2-libs-ch/m2rts.h [new file with mode: 0644]
gcc/m2/mc-boot-ch/GUnixArgs.cc [new file with mode: 0644]
gcc/m2/mc-boot-ch/m2rts.h [new file with mode: 0644]
gcc/m2/mc-boot/GM2Dependent.c [new file with mode: 0644]
gcc/m2/mc-boot/GM2Dependent.h [new file with mode: 0644]