Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Dec 2003 10:20:48 -0800 (PST)
From:      Alexander Kabaev <kan@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/gnu/usr.bin/cc/cc_tools auto-host.h
Message-ID:  <200312191820.hBJIKmBA073535@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kan         2003/12/19 10:20:48 PST

  FreeBSD src repository

  Modified files:
    gnu/usr.bin/cc/cc_tools auto-host.h 
  Log:
  Use __cxa_atexit, rather than atexit, to register C++ destructors for local
  statics and global objects.  This is essential for fully standards-compliant
  handling of destructors, and requires __cxa_atexit in libc.
  
  Revision  Changes    Path
  1.17      +1 -1      src/gnu/usr.bin/cc/cc_tools/auto-host.h



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