From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27413 invoked by alias); 1 May 2008 19:39:31 -0000 Received: (qmail 27285 invoked by uid 22791); 1 May 2008 19:39:31 -0000 X-Spam-Check-By: sourceware.org Received: from qnxmail.qnx.com (HELO nimbus.ott.qnx.com) (209.226.137.76) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 01 May 2008 19:39:12 +0000 Received: from [10.42.100.129] (dhcp-100-129.ott.qnx.com [10.42.100.129]) by nimbus.ott.qnx.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id J6QQ4AXT; Thu, 1 May 2008 15:39:09 -0400 Message-ID: <481A1C5D.8080901@qnx.com> Date: Thu, 01 May 2008 19:39:00 -0000 From: Aleksandar Ristovski User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Daniel Jacobowitz CC: GDB Patches Subject: Re: PR 2343 fix: signal number mismatch References: <20080501190702.GF22218@caradoc.them.org> In-Reply-To: <20080501190702.GF22218@caradoc.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2008-05/txt/msg00028.txt.bz2 Daniel Jacobowitz wrote: > On Tue, Apr 22, 2008 at 09:54:13AM -0400, Aleksandar Ristovski wrote: >> Added other changes anyway. The attached patch contains complete proposed >> patch. Typically, targets would install their own signal translation >> functions during the osabi registration. For gdb configured for the same >> host and target, no translation is needed, but for other cases, in general, >> it is. >> >> This patch effectively deprecates functions "target_signal_from_host" and >> "target_signal_to_host". > > > Thanks, this is OK. > Committed. Thanks, Aleksandar