From owner-cvs-all Mon May 14 15:45:30 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 A145037B42C; Mon, 14 May 2001 15:45:27 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EMjRs18575; Mon, 14 May 2001 15:45:27 -0700 (PDT) (envelope-from obrien) Message-Id: <200105142245.f4EMjRs18575@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 14 May 2001 15:45:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc.295/config freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/05/14 15:45:27 PDT Modified files: contrib/gcc.295/config freebsd.h Log: 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.36 +6 -1 src/contrib/gcc.295/config/freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message