From: <dan...@us...> - 2006-10-07 06:46:43
|
Revision: 678 http://svn.sourceforge.net/cegcc/?rev=678&view=rev Author: dannybackx Date: 2006-10-06 23:45:41 -0700 (Fri, 06 Oct 2006) Log Message: ----------- This is one of a set of commits to implement the arm-wince-cegcc target. This batch deals with the src/gcc tree. There are five new files in src/gcc/gcc/config/arm : * wince-cegcc.h Started out as a copy of wince-pe.h, but only the changes w.r.t. wince-pe.h remain as these files are "concatenated" in the GCC build. * t-wince-cegcc Copy of t-wince-pe, edited to build the right files. * cegcc-cxx.c Copy of pe-cxx.c * cegcc-stubs.c Copy of pe-stubs.c * cegcc.c Copy of pe.c, last line was changed to include gt-cegcc.h . These files were tweaked : gcc/config.gcc gcc/config.sub gcc/configure.in The rest were regenerated (by autoreconf) because of those changes. Modified Paths: -------------- trunk/cegcc/src/gcc/config.sub trunk/cegcc/src/gcc/configure trunk/cegcc/src/gcc/configure.in trunk/cegcc/src/gcc/gcc/config.gcc trunk/cegcc/src/gcc/libstdc++-v3/Makefile.in trunk/cegcc/src/gcc/libstdc++-v3/config.h.in trunk/cegcc/src/gcc/libstdc++-v3/configure trunk/cegcc/src/gcc/libstdc++-v3/crossconfig.m4 trunk/cegcc/src/gcc/libstdc++-v3/include/Makefile.in trunk/cegcc/src/gcc/libstdc++-v3/libmath/Makefile.in trunk/cegcc/src/gcc/libstdc++-v3/libsupc++/Makefile.in trunk/cegcc/src/gcc/libstdc++-v3/po/Makefile.in trunk/cegcc/src/gcc/libstdc++-v3/src/Makefile.in trunk/cegcc/src/gcc/libstdc++-v3/testsuite/Makefile.in Added Paths: ----------- trunk/cegcc/src/gcc/gcc/config/arm/cegcc-cxx.c trunk/cegcc/src/gcc/gcc/config/arm/cegcc-stubs.c trunk/cegcc/src/gcc/gcc/config/arm/cegcc.c trunk/cegcc/src/gcc/gcc/config/arm/t-wince-cegcc trunk/cegcc/src/gcc/gcc/config/arm/wince-cegcc.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |