From: <ped...@us...> - 2006-11-12 18:11:13
|
Revision: 792 http://svn.sourceforge.net/cegcc/?rev=792&view=rev Author: pedroalves Date: 2006-11-12 10:10:58 -0800 (Sun, 12 Nov 2006) Log Message: ----------- * config/arm/wince-pe.h (TARGET_OS_CPP_BUILTINS): Delete _M_ARM and ARM. Modified Paths: -------------- trunk/cegcc/src/gcc/gcc/ChangeLog.ce trunk/cegcc/src/gcc/gcc/config/arm/wince-pe.h Modified: trunk/cegcc/src/gcc/gcc/ChangeLog.ce =================================================================== --- trunk/cegcc/src/gcc/gcc/ChangeLog.ce 2006-11-12 17:56:49 UTC (rev 791) +++ trunk/cegcc/src/gcc/gcc/ChangeLog.ce 2006-11-12 18:10:58 UTC (rev 792) @@ -1,3 +1,8 @@ +2006-11-12 Pedro Alves <ped...@po...> + + * config/arm/wince-pe.h (TARGET_OS_CPP_BUILTINS): Delete _M_ARM + and ARM. + 2006-11-08 Pedro Alves <ped...@po...> * config/arm/wince-pe.h (DEFAULT_SIGNED_CHAR): Define to 1. Modified: trunk/cegcc/src/gcc/gcc/config/arm/wince-pe.h =================================================================== --- trunk/cegcc/src/gcc/gcc/config/arm/wince-pe.h 2006-11-12 17:56:49 UTC (rev 791) +++ trunk/cegcc/src/gcc/gcc/config/arm/wince-pe.h 2006-11-12 18:10:58 UTC (rev 792) @@ -73,9 +73,7 @@ #define TARGET_OS_CPP_BUILTINS() \ do \ { \ - builtin_define ("_M_ARM=1"); \ - builtin_define ("ARM=1"); \ - /* We currently defined UNDER_CE to a non-value, and it seems \ + /* We currently define UNDER_CE to a non-value, as it seems \ MSVC2005 does the same. */ \ builtin_define_std ("UNDER_CE"); \ builtin_define ("_UNICODE"); \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |