Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2000 12:05:44 -0700
From:      Warner Losh <imp@village.org>
To:        Peter Dufault <dufault@hda.com>
Cc:        freebsd-hackers@FreeBSD.ORG, tjmsdn@ifrance.com
Subject:   Re: C and C++ on FreeBSD 
Message-ID:  <200011141905.MAA49023@harmony.village.org>
In-Reply-To: Your message of "Tue, 14 Nov 2000 13:02:57 EST." <200011141802.NAA99016@hda.hda.com> 
References:  <200011141802.NAA99016@hda.hda.com>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <200011141802.NAA99016@hda.hda.com> Peter Dufault writes:
: C++ work in an embedded system.  Exceptions had already been given
: up on.  The ctors/dtors are handled with "munch" style tools
: (from vxWorks land) that generate construct/destruct
: vectors that you'll probably then hook in with kernel modules.

Yes.  You could easily hook them into the sysinit facility with
relative ease.  You'd need to do a trick similar to the setdefs trick
we do now (which was based on what munch from cfront land used to do).

Warner


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011141905.MAA49023>