From owner-cvs-src@FreeBSD.ORG Fri Dec 19 10:20:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DFD816A4CE; Fri, 19 Dec 2003 10:20:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C47C43D41; Fri, 19 Dec 2003 10:20:49 -0800 (PST) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJIKm0B073536; Fri, 19 Dec 2003 10:20:48 -0800 (PST) (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJIKmBA073535; Fri, 19 Dec 2003 10:20:48 -0800 (PST) (envelope-from kan) Message-Id: <200312191820.hBJIKmBA073535@repoman.freebsd.org> From: Alexander Kabaev Date: Fri, 19 Dec 2003 10:20:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/cc/cc_tools auto-host.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 18:20:50 -0000 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