From: <ped...@us...> - 2006-10-10 03:47:27
|
Revision: 702 http://svn.sourceforge.net/cegcc/?rev=702&view=rev Author: pedroalves Date: 2006-10-09 20:47:05 -0700 (Mon, 09 Oct 2006) Log Message: ----------- * config/arm/cegcc.c : Delete. We use the originals instead. This code is generic PE code, and will hopefully get pushed down to a more general place in GCC 4.3 stage1. * cegcc-cxx.c : Likewise. * cegcc-stubs.c : Likewise. * config.gcc : Use the originals instead of the new copies for the arm*-wince-cegcc case. * config/arm/t-wince-cegcc : Make it empty, we now inherit the generic t-wince-pe. * ChangeLog.ce : New file. Modified 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.gcc Added Paths: ----------- trunk/cegcc/src/gcc/gcc/ChangeLog.ce This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |