From owner-cvs-all Wed Aug 1 11:15: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 605A637B401; Wed, 1 Aug 2001 11:14:58 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f71IEw215433; Wed, 1 Aug 2001 11:14:58 -0700 (PDT) (envelope-from obrien) Message-Id: <200108011814.f71IEw215433@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 1 Aug 2001 11:14:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config freebsd.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/08/01 11:14:58 PDT Modified files: (Branch: RELENG_4) contrib/gcc/config freebsd.h Log: MFC: gcc.295 rev 1.36 Make it easy for people to use define DWARF2 exceptions unwinding. If "WANT_DWARF2_UNWIND" you get it. Note that this is a different C++ ABI than the FreeBSD default. So you will need to recompile all your C++ apps that uses exceptions if you turn this on. I am adding it here for Yahoo!'s use and for those that want to be early adopters to what I will make as the default with the GCC 3.0 import. Revision Changes Path 1.25.2.8 +7 -3 src/contrib/gcc/config/freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message