In message <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message