From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4529 invoked by alias); 21 Jan 2002 22:13:06 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4488 invoked from network); 21 Jan 2002 22:13:06 -0000 Received: from unknown (HELO zwingli.cygnus.com) (208.245.165.35) by sources.redhat.com with SMTP; 21 Jan 2002 22:13:06 -0000 Received: by zwingli.cygnus.com (Postfix, from userid 442) id 1508D5E9DE; Mon, 21 Jan 2002 17:14:37 -0500 (EST) To: Fernando Nasser Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: try to ensure abort has valid return address References: <20020112064706.52E575E9D8@zwingli.cygnus.com> <3C4C41BE.CAB374D7@redhat.com> From: Jim Blandy Date: Mon, 21 Jan 2002 14:13:00 -0000 In-Reply-To: <3C4C41BE.CAB374D7@redhat.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-01/txt/msg00668.txt.bz2 Fernando Nasser writes: > I wonder if we will always be able to trick the compiler with > this, but it is worthy of a try. As the comment says, it won't always work. > Approved. Committed, thanks.