This is the mail archive of the ecos-discuss@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]

gcc4.0 errors


Hello

with gcc4.0 for ARM I needed to remove -mno-short-load-words and -finit-priorities since support for switches was removed (the former removed already in 3.4)
Is there any reason for keeping them around?
From what I read -finit-priorities was ignored by gcc anyway and no-short-loads (or malignment-traps as it is known in gcc 3.4) is neede only on pre ARMv4 architectures.


There are a few other warnings, mostly signedness differences in function arguments passing throughout the sources.

Jani


-- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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