From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18840 invoked by alias); 10 Dec 2010 08:47:45 -0000 Received: (qmail 18775 invoked by uid 22791); 10 Dec 2010 08:47:35 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 10 Dec 2010 08:47:05 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LD700D00EWBJJ00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Fri, 10 Dec 2010 10:46:38 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.229.142.197]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LD700D2CF1OJH10@a-mtaout21.012.net.il>; Fri, 10 Dec 2010 10:46:38 +0200 (IST) Date: Fri, 10 Dec 2010 08:47:00 -0000 From: Eli Zaretskii Subject: Re: RFA: NEWS entry for next-over-throw patch In-reply-to: To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83zkse10cl.fsf@gnu.org> References: X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-12/txt/msg00129.txt.bz2 > From: Tom Tromey > Date: Thu, 09 Dec 2010 13:59:16 -0700 > > This patch adds a note to NEWS describing the next-over-throw change. > > Please review. It's fine, thanks. > + This functionality requires a change in the exception handling > + code that was introduced in GCC 4.5. Does this mean the feature will only work with GCC-compiled programs? If so, perhaps we should say that more explicitly.