This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
g++ compiler
- From: thomas joseph <thomascanny at yahoo dot co dot nz>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 24 Jan 2002 19:44:58 +1300 (NZDT)
- Subject: g++ compiler
Hi,
I have a small question about gcc. I have a port
which is aimed at producing code for C Language. I
want
to extend it to support C++ also. So, what are all my
work items ?
1) TARGET_MACROS in tm.h
2) Standard libray for C++ (Need to compile it with
the port.)
3) Prologue/epilogue code generation.
Do I nee to change/modify some thing else ?
Hoping for a quick response,
Thanks and regards,
Thomas