This is the mail archive of the ecos-devel@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: eCos for Renesas EDOSK-2674


> In the current sources, things like the idle thread stack are defined as:

> static char 
> idle_thread_stack[CYGNUM_KERNEL_CPU_MAX][CYGNUM_KERNEL_THREADS_IDLE_STACK_SIZE] 
> 
>   CYGBLD_ATTRIB_ALIGN(CYGARC_ALIGNMENT);
> 
> The last bit maps to __attribute__((align(CYGARC_ALIGNMENT))).

No its not. At least not the current anoncvs sources. Are you sure you
don't have some uncommitted patches applied Jifl?

      Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]