This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [VxWorks] RTP and C++ fixes for gthr-vxworks.h


Richard Sandiford wrote:
This patch fixes two problems in gthr-vxworks.h:

  - It was missing an extern "C" wrapper for C++.  (We don't build
    libstdc++ right now, but it is possible to use Dinkum with a
    cut-down libsupc++.)

  - The RTP version of __gthread_once_t has a field that is only used in
    kernel mode, and which was therefore removed from the stock VxWorks
    compilers early in 2004.  This patch fixes that incompatibility.

Tested on i586-wrs-vxworks. OK to install?

ok


nathan

--
Nathan Sidwell    ::   http://www.codesourcery.com   ::         CodeSourcery
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk


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