__cxa_atexit prototype

Mark Mitchell mark at codesourcery.com
Thu Dec 16 20:39:22 UTC 1999


>>>>> "Martin" == Martin von Loewis <loewis at informatik.hu-berlin.de> writes:

    >> The type of __cxa_atexit involves a type `dso_handle'.  This
    >> type is undefined.
    >> 
    >> Suggested Resolution:
    >> 
    >> Replace all occurrences of this type with `void *'.

    Martin> There is another issue here. I tried implementing this
    Martin> approach in gcc, for x86 ELF32 (Linux in particular), and
    Martin> found it unimplementable; maybe I was just stupid.

I haven't gotten that far, yet.  But what you say does indeed seem
like a problem.

--
Mark Mitchell                   mark at codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com




More information about the cxx-abi-dev mailing list