From: <ped...@us...> - 2007-09-11 21:36:57
|
Revision: 1061 http://cegcc.svn.sourceforge.net/cegcc/?rev=1061&view=rev Author: pedroalves Date: 2007-09-11 14:36:53 -0700 (Tue, 11 Sep 2007) Log Message: ----------- * config/arm/wince-pe.h (ARM_DOUBLEWORD_ALIGN, BIGGEST_ALIGNMENT): Define. 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 2007-09-11 21:17:06 UTC (rev 1060) +++ trunk/cegcc/src/gcc/gcc/ChangeLog.ce 2007-09-11 21:36:53 UTC (rev 1061) @@ -1,3 +1,8 @@ +2007-09-11 Pedro Alves <ped...@po...> + + * config/arm/wince-pe.h (ARM_DOUBLEWORD_ALIGN, BIGGEST_ALIGNMENT): + Define. + 2007-08-05 Danny Backx <dan...@us...> * c-common.c (handle_exception_handler_attribute): Add new handler Modified: trunk/cegcc/src/gcc/gcc/config/arm/wince-pe.h =================================================================== --- trunk/cegcc/src/gcc/gcc/config/arm/wince-pe.h 2007-09-11 21:17:06 UTC (rev 1060) +++ trunk/cegcc/src/gcc/gcc/config/arm/wince-pe.h 2007-09-11 21:36:53 UTC (rev 1061) @@ -229,6 +229,12 @@ #undef DEFAULT_STRUCTURE_SIZE_BOUNDARY #define DEFAULT_STRUCTURE_SIZE_BOUNDARY 8 +#undef ARM_DOUBLEWORD_ALIGN +#define ARM_DOUBLEWORD_ALIGN 1 + +#undef BIGGEST_ALIGNMENT +#define BIGGEST_ALIGNMENT 64 + #undef TREE #ifndef BUFSIZ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |