This is the mail archive of the ecos-patches@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: init_priority fix for services/memalloc


On Mon, Sep 27, 2004 at 03:27:02PM +0200, ?yvind Harboe wrote:
> The following works w/GCC 3.4.2:
> 
> static foo CYGBLD_ATTRIB_INIT_PRI(N) bar;
> 
> This does not:
> 
> static foo bar CYGBLD_ATTRIB_INIT_PRI(N) ;

Is this just the init priority attribute or do all attributes break?

How does it break. Syntax error or code which does the wrong
thing. Before changing eCos i would first list to check the its not
GCC thats actually broken.

        Thanks
                Andrew


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