From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21064 invoked by alias); 3 Feb 2006 13:09:09 -0000 Received: (qmail 21056 invoked by uid 22791); 3 Feb 2006 13:09:09 -0000 X-Spam-Check-By: sourceware.org Received: from lon-del-03.spheriq.net (HELO lon-del-03.spheriq.net) (195.46.50.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 03 Feb 2006 13:09:07 +0000 Received: from lon-out-02.spheriq.net ([195.46.50.130]) by lon-del-03.spheriq.net with ESMTP id k13D94di006924 for ; Fri, 3 Feb 2006 13:09:04 GMT Received: from lon-cus-02.spheriq.net (lon-cus-02.spheriq.net [195.46.50.38]) by lon-out-02.spheriq.net with ESMTP id k13D91OT006849 for ; Fri, 3 Feb 2006 13:09:03 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-02.spheriq.net with ESMTP id k13D90t3011516 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Fri, 3 Feb 2006 13:09:01 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 2E0DEDA43; Fri, 3 Feb 2006 13:08:58 +0000 (GMT) Received: from mail1.cro.st.com (mail1.cro.st.com [164.129.40.131]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id DB59547389; Fri, 3 Feb 2006 13:12:31 +0000 (GMT) Received: from st.com (crx1177.cro.st.com [164.129.47.77]) by mail1.cro.st.com (MOS 3.5.8-GR) with ESMTP id CGP47246 (AUTH "denis pilat"); Fri, 3 Feb 2006 14:08:53 +0100 (CET) Message-ID: <43E355E4.8010006@st.com> Date: Fri, 03 Feb 2006 13:09:00 -0000 From: Denis PILAT User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.1) Gecko/20020920 Netscape/7.0 MIME-Version: 1.0 To: Christopher Faylor Cc: gdb-patches@sourceware.org, Charles Wilson , wntrmute@users.sourceforge.net Subject: Re: Patch(es) for mingw References: <43E1BA4D.3010509@cwilson.fastmail.fm> <20060202081748.GF28176@trixie.casa.cgf.cx> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-O-Spoofed: Not Scanned X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 4.2.01 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00044.txt.bz2 Christopher Faylor wrote: >On Thu, Feb 02, 2006 at 02:52:45AM -0500, Charles Wilson wrote: > > >>I hope that Dave does not take it amiss if I post the forward-ported >>version of his patch here, but I want to keep it here together with my >>dependent contributions. He has posted portions of it to this list >>before (notably, here: >>http://sources.redhat.com/ml/gdb-patches/2005-09/msg00205.html), and of >>course the full version against 6.3.50.20051116 at the URL at the top of >>this email). >> >> > >I don't know if Dave takes it amiss but unless he and you have an assignment >with the FSF this really can't be considered for inclusion in gdb. > >Do you? > >cgf > > > I have some remarks about the 32k insight patch you mentioned: - src/configure is patched, not configure.in - src/gdb/configure is patched, not configure.ac you may lost these changes since configure files are generated from the other one. - src/gdb/remote-sim.c: SIGTRAP definition in not used anymore since Mark Mitchell patch "Use target values for signals in simulator" (see http://sources.redhat.com/ml/gdb-patches/2005-11/msg00485.html) Denis