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: placement 'new' definition for compat/posix/mqueue.cxx


sandeep wrote:
hi,
on many toolchains, new operator is not available. to counter that placement
'new' definition has been added in couple of places in kernel source tree.
following patch does the same for compat/posix/current/mqueue.cxx to take care
of compilation problems on such toolchains.

I'll check this in although I'm not particularly happy about it - it's working around deficient toolchains. And I can't guarantee in future that other C++ headers won't be used in eCos.


And I wrote a ChangeLog entry for you - please remember next time.

Jifl
--
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--["No sense being pessimistic, it wouldn't work anyway"]-- Opinions==mine


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